Commit 592429cc by BellCodeEditor

auto save

parent 36deeb8d
Showing with 1 additions and 1 deletions
......@@ -5,7 +5,7 @@ userpassword = "123456" # 保存在服务器数据库中的用户密码(正
l=input("输入账号")
y=input("输入密码")
if l==username and userpassword:
print("登陆成功")
print("huan")
else:
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