A = 100 and b= 200 output code = 100 and b= 200
Answers
Answered by
0
Answer: So for the following output you type..
a=100
b=200
print(a)
print(b)
Similar questions