摘要: 1.代码 from prettytable import PrettyTable class StudentInfo: def __init__(self): print(" ") print(" 学生管理系统 V1.0 ") print(" 1:添加学生 ") print(" 2:显示所有学生 " 阅读全文
posted @ 2021-11-24 14:40 不会飞的鲨鱼 阅读(922) 评论(0) 推荐(0) 编辑