Zip Unequal Length Lists

Use zip() to pair elements from two lists of unequal length. Assign the list of zipped pairs to the variable result.
Python
Setting up Python environment...
Output