输入用户名密码 认证成功后显示欢迎信息 输错三次后锁定
摘要:# 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
posted @ 2018-01-13 18:49
posted @ 2018-01-01 19:37
posted @ 2018-01-01 19:34