Pair Fruits and Colors with zip()

Use Python's zip() function to combine the lists fruits and colors so that each tuple pairs a fruit with its color. Store the result in a variable called paired.
Python
Setting up Python environment...
Output