Computer Science, asked by shivamkumar301610, 30 days ago

a=23
b=25
print(a==100 or b<26)​

Answers

Answered by mondalsita30gmailcom
0

Answer:

b<26,

Explanation:

output will be true

a= 100 (false)

b<26 (true )

this is the answer....

Similar questions