Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 665 Bytes

File metadata and controls

10 lines (7 loc) · 665 Bytes

Python OOP Practice 🐍

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.

About this Assignment:

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.

Tech Stack:

Python