0
I am stuck at basic test plz help
7 ответов
+ 8
+
and
(x)
?
+ 8
yes and
x += 5
print(x)
could be the answer?
+ 2
that's it
+ 1
X=4
x_=5
print__
+ 1
that's the question
+ 1
x += y equals to: x = x + y
+ 1
         why r we using 
print(X) 
         instead of 
print x



