Exercise: Dict Comprehension — Word Lengths

Build a dictionary that maps each word in a list to its length using a dict comprehension.
Python
Setting up Python environment...
Output