You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
600 B
11 lines
600 B
def menum():#菜单
|
|
print("===========================学生信息管理系统==========================")
|
|
print('-------------------------------功能菜单----------------------------')
|
|
print('\t\t\t\t\t\t1.添加学员')
|
|
print('\t\t\t\t\t\t2.删除学员')
|
|
print('\t\t\t\t\t\t3.修改学员信息')
|
|
print('\t\t\t\t\t\t4.查找学员信息')
|
|
print('\t\t\t\t\t\t5.显示所有学生信息')
|
|
print('\t\t\t\t\t\t6.保存学员信息')
|
|
print('\t\t\t\t\t\t7.退出系统')
|
|
print('-----------------------------------------------------------------------') |