Commit 8a87e800 by BellCodeEditor

save project

parent 9463261c
Showing with 1 additions and 1 deletions
......@@ -8,7 +8,7 @@ while True:
i-= 1
if i==2:
print("您还有2次登录机会")
if i==1
if i==1:
print("您还有1次登录机会")
if name == username and password == userpassword:
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