Pair Lists with zip()

Use the zip() function to pair the students and their scores into a list of tuples called student_scores.
Python
Setting up Python environment...
Output