Commit b5045c23 by BellCodeEditor

save project

parent 6ac689bc
Showing with 2 additions and 0 deletions
...@@ -7,6 +7,8 @@ while True: ...@@ -7,6 +7,8 @@ while True:
i=i-1 i=i-1
if name!=username: if name!=username:
print("账号输入错误") print("账号输入错误")
jihui=str(i)
print("你还有"+jihui+"机会")
continue continue
password = input("请输入密码:") password = input("请输入密码:")
if password!=userpassword: if password!=userpassword:
......
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