Commit f25a7dec by BellCodeEditor

save project

parent 182bde93
Showing with 2 additions and 1 deletions
...@@ -16,6 +16,6 @@ while True: ...@@ -16,6 +16,6 @@ while True:
if b!=d : if b!=d :
print("密码错误") print("密码错误")
print("剩下"+str(i)+"次") print("剩下"+str(i)+"次")
else else:
print("已被锁定") print("已被锁定")
exit() exit()
\ No newline at end of file
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