Computer Science, asked by vaibhav480332, 4 days ago

a=23
b=25
Print(a==100 and b<26)

Answers

Answered by rushilrathore
0

Answer:

a=23

b=25

print(a==100 or b<26)

b<26

Explanation:

Similar questions