Exercise: Dict Comprehension from zip()

Use a dict comprehension with zip() to map each key to its value.
Python
Setting up Python environment...
Output