15.What will be the output of the following code fragment: a= 100 b=200 print(a>100 and b>200)
Answers
Answered by
0
Answer:
the output is False
the output is False
Similar questions