what will be the output of the below program? true or false?
a= 100
b=200
print(a>100 and b>200)
Answers
Answered by
0
Answer:
False
Explanation:
false is the output of the program
Similar questions