EasyOutput prediction
Chained comparisons
What does this code print?
x = 5 print(1 < x < 10) print(1 < x > 10)
← → arrow keys to navigate
Sign in to save your progress.
What does this code print?
x = 5 print(1 < x < 10) print(1 < x > 10)
← → arrow keys to navigate
Sign in to save your progress.