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
1
Answer:
3)2
4)2
Hope it was helpfull
plz mark me as brainist..
Answered by
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