资源简介

学员管理系统python代码(面向对象版)

资源截图

代码片段和文件信息

# 导入managerSystem模块
from managerSystem import *
# 启动学员管理系统
if __name__ == ‘__main__‘:
    student_manager = StudentManager()
    student_manager.run()







 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        193  2020-07-18 15:49  24-python面向对象版学员管理系统\StudentManagerSystem\main.py

     文件       5089  2020-07-18 17:17  24-python面向对象版学员管理系统\StudentManagerSystem\managerSystem.py

     文件        159  2020-07-18 17:18  24-python面向对象版学员管理系统\StudentManagerSystem\student.data

     文件        317  2020-07-18 15:54  24-python面向对象版学员管理系统\StudentManagerSystem\student.py

     文件       4234  2020-07-18 17:17  24-python面向对象版学员管理系统\StudentManagerSystem\__pycache__\managerSystem.cpython-37.pyc

     文件        739  2020-07-18 15:54  24-python面向对象版学员管理系统\StudentManagerSystem\__pycache__\student.cpython-37.pyc

     目录          0  2020-07-18 17:17  24-python面向对象版学员管理系统\StudentManagerSystem\__pycache__

     目录          0  2020-07-18 17:17  24-python面向对象版学员管理系统\StudentManagerSystem

     目录          0  2020-07-18 15:10  24-python面向对象版学员管理系统

----------- ---------  ---------- -----  ----

                10731                    9


评论

共有 条评论