摘要: #!/usr/bin/env python3 # -*- coding:utf-8 -*- import sys #全局列表 dic_with_num = {} dic_with_chinese = {} #字典导入 def dic_import (): with open('dic.txt','r+') as file: file_list = file.readli... 阅读全文
posted @ 2017-07-21 21:53 KEM丶须臾 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 1 #!/usr/bin/env python3 2 # -*- coding:utf-8 -*- 3 while True: 4 #初始系统 5 operation = input(''' 6 ------------------------------------ 7 欢迎进入管理系统 8 请选择您需要的操作 9 1.注册 1... 阅读全文
posted @ 2017-07-21 21:51 KEM丶须臾 阅读(821) 评论(0) 推荐(0) 编辑