Commit fdc184d6 by BellCodeEditor

auto save

parent 6a0df058
Showing with 2 additions and 1 deletions
username = "上山打老虎" # 保存在服务器数据库中的用户账号(正确的账号) username = "上山打老虎" # 保存在服务器数据库中的用户账号(正确的账号)
userpassword = "12345" # 保存在服务器数据库中的用户密码(正确的密码) userpassword = "12345"
while # 保存在服务器数据库中的用户密码(正确的密码)
a=input("请用户输入账号") a=input("请用户输入账号")
d=input("请用户输入密码") d=input("请用户输入密码")
if a==username and d==userpassword: if a==username and d==userpassword:
......
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