Commit 6c102b51 by BellCodeEditor

save project

parent 59ca08be
Showing with 1 additions and 1 deletions
...@@ -8,7 +8,7 @@ while True: ...@@ -8,7 +8,7 @@ while True:
print("用户名错误!") print("用户名错误!")
continue continue
password = input("请输入密码:") password = input("请输入密码:")
elif password!=userpassword: if password!=userpassword:
i-=1 i-=1
print("密码错误!") print("密码错误!")
print("还剩"+i+"次) print("还剩"+i+"次)
......
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