摘要: 用户名 = 'lex' 密码 = '123456' username = input("用户名:") password = input("密码:") count = 0 while True: if 用户名 == username and 密码 == password: print("恭喜 {nam 阅读全文
posted @ 2018-01-02 10:50 Lxeyao 阅读(69) 评论(0) 推荐(0)