...

/

Project: Class Grades

Project: Class Grades

Practice creating and managing a list of student grades using dictionaries.

We'll cover the following...

Task

Create a list of students and their scores. Print custom messages.

Press + to interact
Python
# Write your code here.
...