1.

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

A. 1
B. A
C. 4
D. Invalid syntax for get method
Answer» C. 4


Discussion

No Comment Found