Home
/
Python 3.11
/
Built-in Exceptions
/
KeyError
Python 3.0
Python 3.11
Functions
ID
EN
…
Built-in Exceptions
KeyError
Python 3.11
Raised when a mapping (dictionary) key is not found in the set of existing keys.
Syntax
PYTHON
Copy
exception KeyError