Examveda

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

C. False

D. Invalid operation

Answer: Option B


This Question Belongs to Python Program >> Sets In Python

Join The Discussion

Related Questions on Sets in Python