Solve the following one (1) Self-Check problems on paper and bring your sheet of paper to your section on Thursday:
Write a function called grades that takes a list of tuples as a parameter.
Each tuple in this list contains a name and a grade. Return a dictionary that contains a mapping from each student's name to a list of their grades.