Commit f1df2d26 by BellCodeEditor

save project

parent a9db5b13
Showing with 2 additions and 2 deletions
......@@ -10,10 +10,10 @@ while True:
break
elif name != username:
print("用户错了!")
continue
i=i-1
print("你还有"+str(i)+"次机会")
else:
print("你够了!")
i=i-1
else:
print("账户已锁!")
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