This is a small Python command-line application I built specifically for my school to keep track of my grades. It allows me to enter new grades, calculate averages, and organize results by semester ...
A simple Python program that collects and displays the grades a student received in each class during the previous semester. The program uses a dictionary to store class names and corresponding grades ...