Commit 8e3f8f60 by BellCodeEditor

save project

parent a84e2c34
Showing with 2 additions and 0 deletions
i=3
username = "python" username = "python"
userpassword = "123456" userpassword = "123456"
while True: while True:
...@@ -13,6 +14,7 @@ while True: ...@@ -13,6 +14,7 @@ while True:
continue continue
if password!=userpassword: if password!=userpassword:
print("密码不存在,请重新拉屎!") print("密码不存在,请重新拉屎!")
print(str(i)+"次")
else: else:
print("60min") print("60min")
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