<AptiCode/>

Question 449: Which of the following is a built-in exception in Python for handling errors related to accessing a key that does not exist in a dictionary?

tcs
wipro
infosys
general
aptitude
exception-handling
python-programming

AKeyErroris raised when attempting to access a key in a dictionary that does not exist.