A simple command-line based student management system built using Python. This project demonstrates the use of functions, modules, and variable scope.
- Add student with marks
- View all students
- Calculate average marks
- Simple CLI interface
- Functions
- Modules (student_data.py)
- Scope (global vs local variables)
- Lists & Dictionaries
- Input/Output handling
- python main.py
* student-management-system/
βββ student_data.py
βββ main_app.py
βββ README.md