Computer Science, asked by Anonymous, 11 months ago

Write the output of the given Python code :
a = 0
a+ =2
print (a)​

Answers

Answered by rosnaroy8242564
1

Your answer is

a=a+1

a=0+2

=2

Hope it was helpfull

Answered by ıtʑFᴇᴇʟɓᴇãᴛ
2

Write the output of the given Python code :

a = 0

a+ =2

print (a)

Answer:

2

Similar questions