Commit 0b301d7a by BellCodeEditor

save project

parent 2902386b
Showing with 1 additions and 1 deletions
...@@ -31,7 +31,7 @@ else: ...@@ -31,7 +31,7 @@ else:
if name==username and password==userpassword: if name==username and password==userpassword:
turtle.write("登陆成功",font=("Times",15,"normal")) turtle.write("登陆成功",font=("Times",15,"normal"))
else: else:
turtle.write("登陆失败\n您的帐号已被锁定\n请向@cc.163.com发送\n发送验证来解除锁定",font=("Times",15,"normal")) turtle.write("登陆失败\n为防止黑客恶意破解账号\n您的帐号已被锁定\n请向邮箱cc.163.com发送\n发送验证码来解除锁定",font=("Times",15,"normal"))
turtle.hideturtle() turtle.hideturtle()
......
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