Commit 7059f007 by BellCodeEditor

save project

parent 6c102b51
Showing with 1 additions and 1 deletions
...@@ -11,7 +11,7 @@ while True: ...@@ -11,7 +11,7 @@ while True:
if password!=userpassword: if password!=userpassword:
i-=1 i-=1
print("密码错误!") print("密码错误!")
print("还剩"+i+"次) print("还剩"+str(i)+"次)
else: else:
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