摘要:
#locklist.txt模拟锁定用户列表 格式如下 #user1 #user2 #userlist.txt模板注册用户列表 格式如下 # user1:password1 # user2:password2 #初始化输入次数 count = 0 while True: #获取用户输入 username = input("Input your username:") ... 阅读全文
posted @ 2017-05-19 17:41
狼鸽
阅读(462)
评论(0)
推荐(0)