Student Management System
Student Management System
using python
Introduction
1.Brief overview of Student Management
Systems (SMS)
2.Importance of managing student
information efficiently
3.Introduction to the Python programming
language
Objectives
• Purpose of the Student Management System
• What the system aims to achieve
Features of the student Management system
Function Definition:
• def display_menu(): declares a function named
display_menu with no parameters.
Menu Options:
• The menu includes six options, each numbered from 1 to
6.
• Options include adding a student, viewing students,
searching for a student, updating student information,
deleting a student, and exiting the program.
Input
Output
Adding a student -Input
Adding a student-Output
Viewing Students-input
Viewing Students-Output
Searching for student-Input
searching for a student-Output
Updating student information-input
Updating student information-Output
Deleting a student-Input
Deleting a student-Output
THANK YOU