Exercise: Index-to-Value Dict with enumerate()
Use
enumerate() to build a dictionary that maps each index to its corresponding value.Premium
Python
Setting up Python environment... Output