Commit 906c5b60 by BellCodeEditor

auto save

parent 473471bf
Showing with 3 additions and 1 deletions
......@@ -4,7 +4,9 @@ q_userpassword = "123456" # 保存在服务器数据库中的用户密码(
username = input("q_username")
userpassword = input("q_userpassword")
if q_username == username and q_userpassword == userpassword:
print("okk")# 请用input()实现用户输入账号、密码的功能
print("okk")
if q_username not==username and q_userpassword not==# 请用input()实现用户输入账号、密码的功能
# 请用input()实现用户输入账号、密码的功能
......
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