Commit 17423ab0 by BellCodeEditor

save project

parent d98727cc
Showing with 2 additions and 2 deletions
......@@ -11,11 +11,11 @@ while True:
elif name != username:
print("用户名错误")
i-=1
print("还有"+str(i)+"次"):
print("还有"+str(i)+"次")
else:
print("密码错误")
i-=1
print("还有"+str(i)+"次"):
print("还有"+str(i)+"次")
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