Commit c3855d60 by BellCodeEditor

auto save

parent 56d3872b
Showing with 1 additions and 0 deletions
...@@ -8,6 +8,7 @@ while True: ...@@ -8,6 +8,7 @@ while True:
usename1=input("账户:") usename1=input("账户:")
userpassword1=input("密码:") userpassword1=input("密码:")
i-=1 i-=1
print("你还有"+str(i)+"次机会")
if usename1==username and userpassword1==userpassword: if usename1==username and userpassword1==userpassword:
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