Below code working absolutly fine but in quiz its marking wrong | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
+ 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