Write the output of the following : A = {"A" : "Apple", "B" : "Ball", "C" : "Cat"} print(A.get("D"))
1.KeyNotFoundError
2.Name Error
3.Type Error
4.None
Answer:4
Posted Date:-2021-12-06 18:17:14