Below code working absolutly fine but in quiz its marking wrong | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Resposta
+ 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