Challenge: Use a Generator to Find the Max Score for a Student
Write a function that uses a generator to find the maximum score a student obtains.
We'll cover the following...
Write code inside a function that uses a generator to determine the maximum score a student obtained and the student’s name from ...