Student Project
Student Project
connector
cursor = conn.cursor()
if choice == '1':
add_student()
elif choice == '2':
view_students()
elif choice == '3':
delete_student()
elif choice == '4':
break
else:
print("Invalid option, please try again.")