Commit 027d7689 by BellCodeEditor

save project

parent f57c6630
Showing with 11 additions and 11 deletions
username = "python" # 保存在服务器数据库中的用户账号(正确的账号) # username = "python" # 保存在服务器数据库中的用户账号(正确的账号)
userpassword = "123456" # 保存在服务器数据库 # userpassword = "123456" # 保存在服务器数据库
a = "python" # a = "python"
b = "123456" # b = "123456"
user=input("用户名") # user=input("用户名")
mima=input("密码") # mima=input("密码")
if user == a and miam == b: # if user == a and miam == b:
print("登入成功") # print("登入成功")
else: # else:
print("登入失败") # print("登入失败")
\ No newline at end of file
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