摘要: # Author:Peng Huang # 作业 编写登录接口 # 需求:1 输入用户密码 2 认证成功之后显示欢迎信息 3 输入3次后锁定 import sys count = 0 while count < 3: usernm = input("please input your username:") #用户输入用户名 with open("user_loc... 阅读全文
posted @ 2018-07-04 14:51 William-hp 阅读(117) 评论(0) 推荐(0) 编辑