Commit cd968a19 by BellCodeEditor

save project

parent 6a24f9f7
Showing with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ userpassword = "123456" # 保存在服务器数据库中的用户密码(正 ...@@ -5,7 +5,7 @@ userpassword = "123456" # 保存在服务器数据库中的用户密码(正
yourname=input("输入") yourname=input("输入")
yourpassword=input("输入密码") yourpassword=input("输入密码")
if username==yourname and userpassword==yourpassword: if username==yourname and userpassword==yourpassword:
print("登录成功")
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