Exercise: Index-to-Value Dict with enumerate()

Use enumerate() to build a dictionary that maps each index to its corresponding value.
Python
Setting up Python environment...
Output