+ 1

What mistake I am making in this code? Please Write correct code in the reply!!!!

x = input() print("Your number is: " str(x) )

21st Oct 2017, 10:57 AM
Amit Rawat
Amit Rawat - avatar
2 Answers
+ 3
print("..." + str(x)) you left out the concatenation operator +
21st Oct 2017, 11:11 AM
AutomatedpROCESSES
AutomatedpROCESSES - avatar
+ 2
Thank You Michal Halaska for helping me
21st Oct 2017, 11:14 AM
Amit Rawat
Amit Rawat - avatar