1.

What is the output of the following code? >>> a={1,2,3} >>> b=a.add(4) >>> b

A. None
B. {1,2,3,4}
C. {1,2,3}
D. Nothing is printed
Answer» E.


Discussion

No Comment Found