Write the output of the following python expression print((4>5) and (2!=1) or (4<9))
Answers
Answered by
1
Answer:
True
Explanation:
The statement prints True, a boolean output. This is because 4<9 is true & OR operator is used.
Similar questions
Math,
1 month ago
Math,
1 month ago
CBSE BOARD XII,
2 months ago
Computer Science,
9 months ago
Social Sciences,
9 months ago