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
AnswerC.
Error
D.
None
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board