Commit f41a01a5 by BellCodeEditor

save project

parent fed7f124
Showing with 2 additions and 0 deletions
...@@ -11,10 +11,12 @@ while True: ...@@ -11,10 +11,12 @@ while True:
if x!=a: if x!=a:
i-=1 i-=1
print("账号错误!!!") print("账号错误!!!")
print("还有"+str(i)+"机会")
continue continue
if y!=b: if y!=b:
i-=1 i-=1
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