This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Student Management System | |
""" | |
Fields :- ['roll', 'name', 'age', 'email', 'phone'] | |
1. Add New Student | |
2. View Students | |
3. Search Student | |
4. Update Student | |
5. Delete Student | |
6. Quit | |
""" |