Commit 33a52874 by BellCodeEditor

auto save

parent d77eab9e
Showing with 3 additions and 0 deletions
......@@ -12,10 +12,13 @@ while True:
else:
print("失败")
i=i-1
if a!=name:
print("账号错误")
print("你还有"+str(i)+"次机会")
else:
print("密码错误")
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