Commit 7a47a29c by BellCodeEditor

save project

parent c60b103d
Showing with 2 additions and 2 deletions
username = "python" # 保存在服务器数据库中的用户账号(正确的账号) username = "python" # 保存在服务器数据库中的用户账号(正确的账号)
userpassword = "123456" # 保存在服务器数据库中的用户密码(正确的密码) userpassword = "123456" # 保存在服务器数据库中的用户密码(正确的密码)
c=input("账号是")
d=input("密码是")
while True: while True:
c=input("账号是")
d=input("密码是")
if c==username and d==userpassword: if c==username and d==userpassword:
print("正确") print("正确")
break break
......
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