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