LookupError Covers Both

Both IndexError and KeyError inherit from LookupError. Catch the parent class to handle either with one block.
Python
Setting up Python environment...
Output