Last answered:

29 Aug 2020

Posted on:

29 Aug 2020

0

Python

Hi, unable to find 10 dollors separatley. Output is 10dollors. Here is the code. y = 10
print (str (y) + "dollors")
1 answers ( 0 marked as helpful)
Posted on:

29 Aug 2020

0
Hi, I have got the answer myself. Here is the correct answer.  y = 10
print (str (y) + " dollors")

Submit an answer