Computer Science, asked by pksgupta6189, 4 months ago

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 atulkumargpt
0

Answer:

False

Explanation:

false is the output of the program

Similar questions