Commit d85b2949 by BellCodeEditor

save project

parent 47c5db9e
Showing with 1 additions and 1 deletions
...@@ -7,7 +7,7 @@ while True: ...@@ -7,7 +7,7 @@ while True:
a=input("密码") a=input("密码")
b=input("账号") b=input("账号")
i-=1 i-=1
if i!=0 if i!=0:
if a==username and b==userpassword: if a==username and b==userpassword:
print("成功") print("成功")
break break
......
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