1.

What is the output of the following piece of code when executed in the python shell? >>> a={5,4} >>> b={1,2,4,5} >>> a

A. {1,2}
B. True
C. False
D. Invalid operation
Answer» C. False


Discussion

No Comment Found