This is a console-based Python program that allows users to add, view, and search student records.
Each student record contains:
- Name
- Age
- Course
The program demonstrates the use of:
- Lists (to store multiple students)
- Dictionaries (to store student details)
- Functions (to organize tasks)
- Loops and Menus (to allow repeated actions)
- Add Student β Input student details and save in a list.
- View All Students β Display all saved student records.
- Search Student β Search by name and show details.
- Exit β Quit the program safely.
student_record_system.py