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.
Premium
Python
Setting up Python environment... Output
Setting up Python environment...