What will be the output of print((0, 1, 2) < (0, 3, 4))?
print((0, 1, 2) < (0, 3, 4))
D) Error
Error
C) None
None
A) True
True
B) False
False