Exercise: Unpack in a Loop — Write the Body

The loop header already unpacks each tuple into name and score. Write the body: append each name to the names list.
Python
Setting up Python environment...
Output