Project: Class Grades
Practice creating and managing a list of student grades using dictionaries.
Task
Create a list of students and their scores. Print custom messages.
Python
# Write your code here.
...
Practice creating and managing a list of student grades using dictionaries.
Create a list of students and their scores. Print custom messages.
# Write your code here.