0
Starting Python
So I've started learning python and I'm stuck at this quiz which is as follows- Fill in the blanks to declare a variable, add 5 to it and print its value. >>> x = 4 >>> x _= 5 >>> print_ i'm putting x +=5 then according to that my answer is 9,but it shows that it is wrong. anybody help please!
1 ответ