Computer Science, asked by bablunalanda123, 1 day ago

a=10
b=200
print (a>100 and b>200)​

Answers

Answered by achatterjee0009
0

Answer:

output : false, false

Explanation:

it prints false, false because neither a is greater than 100 nor b is greater than 200.

Similar questions