2017年2月22日

python3作业:模拟登录

摘要: __author__ = "bin007"customer = {}#存储用户信息#处理用户信息文件try: with open('login.txt','r',encoding='utf-8') as f: for line in f: customer[line.split()[0]] = [l 阅读全文

posted @ 2017-02-22 11:25 跨过⑦海D風 阅读(332) 评论(0) 推荐(0) 编辑

导航