IN PYTHON PLEASE
Write a program that keeps a dictionary in which both keys and values are strings - names of students and their course grades.
Prompt the user and demonstrate add students, remove students, modify grades, and print all grades.
The printout should be sorted by name and formatted like this:
Carl: B+
Joe: C
Sarah: A
Francine: A
Your code with comments
A screenshot of the execution