Commit acb5413a by BellCodeEditor

save project

parent 051c05fd
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