+ 1
what is the ans of this code?
what is the variable if we add 5 in the remaining space and ans the print. x=4 x__=5 print__. plz ans me fast. the ans comes i 3 digit.
7 Réponses
0
x = 4
x += 5
print(x)
---------
9
Is this what you're looking for?
0
no srry
0
You're looking for the answer of module 1 quiz, question 4?
0
yea
0
but i dont know the answer
0
The answer is exactly what I first posted.
x = 4
x += 5
print(x)
x=4
x_=5 -> +
print___ -> (x)
0
thx