Vidyalelo
Python · Q46

Python Lists MCQs: Exam Practice for List Concepts

Programming · Python · question 46

Q46

What will be the output of the following Python code? >>>list1 = [11, 2, 23] >>>list2 = [11, 2, 2] >>>list1 < list2

A.
True
B.
False
Answer
C.
Error
D.
None

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board