Commit 0afc714f by BellCodeEditor

save project

parent c75f038f
Showing with 5 additions and 0 deletions
......@@ -9,12 +9,17 @@ while True:
print("登录成功!")
break
print("登录失败,请重新输入账户密码")
i-=1
print("你还有"+str(i)+"登录机会")
if password==userpassword and name!=username:
print("账户错误,请重新输入!")
i-=1
print("你还有"+str(i)+"登录机会")
continue
if name==username and password!=userpassword:
print("密码错误,请重新输入!")
i-=1
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