Python - Operators and Expression Evaluation
What is the output of the following code?
print((3 < 5) and (10 > 7) or (2 == 3))
print((3 < 5) and (10 > 7) or (2 == 3))
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions