EasyOutput prediction
Chained equality comparison
What does this code print?
a = 1 b = 1 c = 1 print(a == b == c) print(a == b == c == 2)
← → arrow keys to navigate
Sign in to save your progress.
What does this code print?
a = 1 b = 1 c = 1 print(a == b == c) print(a == b == c == 2)
← → arrow keys to navigate
Sign in to save your progress.