Commit 11cc3b2c by BellCodeEditor

save project

parent d6ad8723
Showing with 4 additions and 0 deletions
......@@ -11,9 +11,12 @@ while True:
break
if name != username:
print("用户名不存在,请重新登录")
print(str(i)+"机会后你的账户将锁定,限2天内拿6000w酬金找赵老师解锁,切记不能报警,如果报警,赵老师将会抓人,撕票!")
continue
if password != userpassword:
print("密码错误,请重新登录")
print(str(i)+"机会后你的账户将锁定,限2天内拿6000w酬金找赵老师解锁,切记不能报警,如果报警,赵老师将会抓人,撕票!")
else:
print("你的账户已被锁定,限2天内拿6000w酬金找赵老师解锁,切记不能报警,如果报警,赵老师将会抓人,撕票!")
exit()
print("欢迎来到德莱联盟")
\ 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