Commit a9a89f37 by BellCodeEditor

save project

parent 2a8f439e
Showing with 15 additions and 3 deletions
username = "python" # 保存在服务器数据库中的用户账号(正确的账号)
userpassword = "123456"
username=input("请输入用户名")
userpassword=input("请输入密码")
while True
username=input("请输入用户名")
userpassword=input("请输入密码")
if username==名字 and userpassword==密码:
print("成功")
else:
break
print("失败")
# 保存在服务器数据库中的用户密码(正确的密码)
......
name = "名字"
mm ="12345"
while True:
1name=input("请输入用户名")
1mm=input("请输入密码")
if name=1name and 1mm=mm:
print("登录成功")
break
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