Commit c5c60baa by BellCodeEditor

save project

parent d5d58d66
Showing with 7 additions and 4 deletions
i =3
username = "python" # 保存在服务器数据库中的用户账号(正确的账号) username = "python" # 保存在服务器数据库中的用户账号(正确的账号)
userpassword = "123456" # 保存在服务器数据库中的用户密码(正确的密码) userpassword = "123456" # 保存在服务器数据库中的用户密码(正确的密码)
while True: while True:
name = input("输入用户名") if i>0:
password = input("输入密码") name = input("输入用户名")
i -= 1 password = input("输入密码")
print("登录成功") i -= 1
if
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