Average score class

Write a function that receives a dictionary where each key is a student's name and the corresponding value is a list of grades for that student. The function should return the total average grade for the entire class.
Python
Setting up Python environment...
Output