Commit fe4d8f04 by BellCodeEditor

save project

parent 83bc664e
Showing with 10 additions and 7 deletions
username = "lfzrLFZR" # 保存在服务器数据库中的用户账号(正确的账号)
userpassword = "361239" # 保存在服务器数据库中的用户密码(正确的密码) username = "lfzrLFZR"
name = input("请输入用户名:") userpassword = "361239"
password = input("请输入密码:") while True:
if name = username and password = userpassword name = input("请输入用户名:")
print("登陆成功!") password = input("请输入密码:")
\ No newline at end of file if name == username and password == userpassword:
print("登陆成功!")
break
\ 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