Commit 103ffdae by BellCodeEditor

save project

parent 1a7d6321
Showing with 23 additions and 3 deletions
usename="python"
usepassword="m200901"
while True:
name=input("请输入你的账号名")
paarword=input("请输入你的账号密码")
if urcename==name and urcepaarword==paarword:
print("登录成功")
break
print("登录失败")
print("欢迎")
\ No newline at end of file
username = "python" # 保存在服务器数据库中的用户账号(正确的账号)
userpassword = "123456" # 保存在服务器数据库中的用户密码(正确的密码)
# 保存在服务器数据库中的用户密码(正确的密码)
usename="python"
usepassword="m201001"
while True:
name=input("请输入你的账号名")
paarword=input("请输入你的账号密码")
if usename==name and usepassword==paarword:
print("登录成功")
break
print("登录失败")
print("欢迎")
# 请用input()实现用户输入账号、密码的功能
......
++ "b/\344\275\240.py"
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