Review: Full try/except/else/finally

Write a complete try/except/else/finally that processes a value, records the outcome, and counts how many times the block ran.
Python
Setting up Python environment...
Output