Loop Through zip() with Unpacking

Use a for-loop with zip() to build a results list of strings in the exact format "Name: Age" from the given names and ages. Append each string to results.
Python
Setting up Python environment...
Output