Q60
What will be the output of the following Python code? >>> a=5,4 >>> b=1,2,4,5 >>> a<b
A.
{1,2}
B.
True
AnswerC.
False
D.
Invalid operation
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board