Two except Blocks

Add two separate except clauses, one for ValueError and one for ZeroDivisionError, each setting a different fallback.
Python
Setting up Python environment...
Output