Below code working absolutly fine but in quiz its marking wrong | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Below code working absolutly fine but in quiz its marking wrong

Below code working absolutly fine but in quiz its marking wrong >>> x=4 >>> x+=5 >>> print x 9 >>>

20th Nov 2016, 12:46 PM
Gaurav Agrahari
Gaurav Agrahari - avatar
1 Answer
+ 1
if it's python3 the print statement must have parentheses instead otherwise i don't see why it would mark it wrong ;/ print(x)
20th Nov 2016, 2:47 PM
asdadasdsaczxc