1.

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

A. Error, invalid syntax
B. A
C. 5
D. 4
Answer» E.


Discussion

No Comment Found