Commit 012802c8 by BellCodeEditor

save project

parent 41d00d2e
Showing with 1 additions and 0 deletions
...@@ -3,6 +3,7 @@ password="123456" ...@@ -3,6 +3,7 @@ password="123456"
times=3 times=3
while True: while True:
print("您还有"+str(times)+"机会")
times-=1 times-=1
if times < 0: if times < 0:
print("登录次数已用完,请到我司解锁") 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