Computer Science, asked by Anonymous, 11 months ago

What will be the output of the following code :

1 a = 1
2 a, b = a+1, a+1
3 print a
4 print b

Answers

Answered by rosnaroy8242564
1

Answer:

3)2

4)2

Hope it was helpfull

plz mark me as brainist..

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

What will be the output of the following code :

1 a = 1

2 a, b = a+1, a+1

3 print a

4 print b

Answer:

2

2

hope it helps you />

Similar questions