1.

What is the output of the following code? a={1:"A",2:"B",3:"C"} a.clear() print(a)

A. None
B. { None:None, None:None, None:None}
C. {1:None, 2:None, 3:None}
D. { }
Answer» E.


Discussion

No Comment Found