A simple console-based application built using Python OOP concepts to manage student data like name, roll number, and marks.
- Add Student
- View All Students
- Search Student by Roll Number
- Delete Student
- Exit System
- Open terminal
- Run:
- Classes & Objects
- Constructor (
__init__) - Lists
- Conditional Statements
- Loops & Functions
(Attach a screenshot of the terminal if possible)
Ekta Deshmukh