Zip Three Lists into Profiles

Create a variable named profiles that combines names, ages, and cities using zip() with three lists. Convert the result to a list so profiles is a list of 3-element tuples in the given order.
Python
Setting up Python environment...
Output