+ 1
error in your app code on quite module 1, question 4
your code have an error >>> x = 4 >>> x _=5 >>>print__ the correct answer should be: >>> x = 4 >>> x +=5 >>>print x >>> 9 however it always come as error
4 ответов
+ 3
... On the line you have to fill things in ;| and it isnt print x but print (x)
+ 1
I did test it on my Python shell and it provides result without () print (x) is not required when print x work as well
+ 1
you are probably usibg python 2
..
+ 1
I have both .2 and .3 however Python 3 is still under development and not all major libraries are available so whoever whant to learn and use Python NOW is using Python 2.7 so it should be good to provide opportunities for those who are making effort to learn to learn what is I. use now not in the future 🤔