Commit d85b2949 by BellCodeEditor

save project

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