摘要:
# 主程序运行 import time from guanli import GuanLi from atm import ATM from user import User def main(): guanli = GuanLi()# 创建一个管理对象 guanli.welcome() # 欢迎界面 guanli.caozuo() # 管理员登陆验证 ... 阅读全文
posted @ 2018-08-06 22:43
liangzhiwen
阅读(276)
评论(1)
推荐(0)
浙公网安备 33010602011771号