Commit 1965bcc8 by BellCodeEditor

auto save

parent 8f3ca6a1
Showing with 0 additions and 1 deletions
...@@ -19,7 +19,6 @@ if name==username and password==userpassword: ...@@ -19,7 +19,6 @@ if name==username and password==userpassword:
else: else:
turtle.write("登陆失败",font=("Times",15,"normal")) turtle.write("登陆失败",font=("Times",15,"normal"))
turtle.hideturtle() turtle.hideturtle()
turtle.done() turtle.done()
# 保存在服务器数据库中的用户密码(正确的密码) # 保存在服务器数据库中的用户密码(正确的密码)
......
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