Commit 60145552 by BellCodeEditor

auto save

parent 719840c7
Showing with 17 additions and 0 deletions
i=3
q = "w"
a = "s"
while True:
if i>0:
p = input("请输入账号")
l = input("请输入密码")
i-=1
if p == q and l == a:
print("OK")
else:
print("Lost")
else:
print("你账号🔒")
exit()
print("OKOK")
\ 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