输入用户名密码 认证成功后显示欢迎信息 输错三次后锁定
摘要:
# author:simon002 # -*- coding: utf-8 -*- import os # 创建文件存储用户名和密码,并放入两对用户名和密码 if not os.path.exists('simon.txt'): with open('simon.txt','a+') as fx: 阅读全文
posted @ 2018-01-13 18:49 simon002 阅读(1101) 评论(0) 推荐(0) 编辑