What is the output of the following program?
tup1 = (1, 2, 4, 3) tup2 = (1, 2, 3, 4) print(tup1 < tup2)
Error
True
False
Unexpected
This question is part of this quiz :