Commit 6de44733 by BellCodeEditor

save project

parent a8d21437
Showing with 1 additions and 1 deletions
...@@ -9,7 +9,7 @@ while True: ...@@ -9,7 +9,7 @@ while True:
i-=1 i-=1
if name!=username: if name!=username:
print("账号不对,重搞") print("账号不对,重搞")
print("还有"+i+"次") print("还有"+str(i)+"次")
continue continue
if password !=userpassword: if password !=userpassword:
print("密码不对,重搞") print("密码不对,重搞")
......
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