Examveda

What will be the output of the following Python code?
>>>t1 = (1, 2, 4, 3)
>>>t2 = (1, 2, 3, 4)
>>>t1 < t2

A. True

B. False

C. Error

D. None

Answer: Option B


This Question Belongs to Python Program >> Tuples In Python

Join The Discussion

Related Questions on Tuples in Python