Review: Lookup with Fallback

Loop over a list of keys, look each one up in a dictionary, and use try/except to fall back to a default when the key is missing.
Python
Setting up Python environment...
Output