2. a=23
b=25
print(a==100 or b<26)
Answers
Answered by
6
Answer:
a=23
b=25
print(a==100 or b<26)
b<26
Answered by
4
Explanation:
Output will be True
a==100 is False
b<26 is True
For 'or' operator, False condition and True condition gives True
Similar questions
Math,
4 months ago
English,
4 months ago
Hindi,
4 months ago
CBSE BOARD XII,
8 months ago
Math,
8 months ago