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
English,
3 months ago
Physics,
3 months ago
Math,
3 months ago
CBSE BOARD XII,
7 months ago
Math,
7 months ago
Social Sciences,
11 months ago