Commit b04f4134 by BellCodeEditor

save project

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