What type of error is returned by the following code : a={'a' : "Apple", 'b' : "Banana" , 'c' : "Cat"} print(a[1])
1.KeyError
2.KeyNotFoundError
3.NotFoundError
4.Syntax Error
Answer:1
Posted Date:-2021-12-06 17:24:27