学员管理系统 def add_stu(): """ 添加学员 :return: None """ while True: name = input('* 请输入学员姓名:') age = input('* 请输入学员年龄:') phone = input('* 请输入学员电话:') ... Other 2023-12-13 54 点赞 0 评论 81 浏览