Commit 34d46a0a by BellCodeEditor

auto save

parent acf086c0
Showing with 4 additions and 1 deletions
......@@ -3,7 +3,10 @@ userpassword = "123456" # 保存在服务器数据库中的用户密码(正
a=input("密码")
d=input("账号")
while not a==username or not d==userpassword:
print("密码出错")
if not a==username:
print("z出错")
if not d==userpassword:
print("m出错")
a=input("密码")
d=input("账号")
print("OK")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment