Write the output of the given Python code :
a = 0
a+ =2
print (a)
Answers
Answered by
1
Your answer is
a=a+1
a=0+2
=2
Hope it was helpfull
Answered by
2
Write the output of the given Python code :
a = 0
a+ =2
print (a)
Answer:
2
Similar questions