Vidyalelo
Python · Q60

Python Sets MCQs: Exam

Programming · Python · question 60

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
Answer
C.
False
D.
Invalid operation

Answer: Option B

Solution

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