Commit ee29dfb9 by BellCodeEditor

save project

parent 1571f8f6
Showing with 1 additions and 0 deletions
...@@ -15,6 +15,7 @@ while True: ...@@ -15,6 +15,7 @@ while True:
continue continue
if password!=userpassword: if password!=userpassword:
print("用户不存在,请重新登录") print("用户不存在,请重新登录")
print("您还有"+str(i)+"次登录")
else: else:
print("次数已用完") print("次数已用完")
exit() exit()
......
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