This project takes student names, emails, and grades, and prints them in the terminal. It also allows students to be accessed by their email, displays each students first and last grade, calculates each students average grade, as well as the total number of grades. This project also demonstrates the immutability of tuples.
This assignment was built utilizing concepts such as OOP, classes, methods, tuples, dictionaries, and more!
To use, just open the code in your editor and run in the terminal.