Build Reports from Three Lists with zip()

Use zip() with three lists and unpacking to append strings in the exact format 'Name - Age - City' to the reports list. One string per trio.
Python
Setting up Python environment...
Output