PW Akshay

Generation

generate functionSun, 27 Nov 2022

create a school data management python project using mysql to add, delete, update student name, class, roll number, phone number etc

def addStudent(): name = input('Student Name: ') roll = input('Student Roll: ') cls = input('Student Class: ') phone = input('Student Phone: ') # add code to add the student data to mysql database return 'Student Added' addStudent()

Questions about programming?Chat with your personal AI assistant