Commit 3c99a98e by BellCodeEditor

save project

parent 3f6cbb00
Showing with 13 additions and 4 deletions
username = "python" # 保存在服务器数据库中的用户账号(正确的账号) username = "python" # 保存在服务器数据库中的用户账号(正确的账号)
userpassword = "123456" userpassword = "123456"
while True while True
username=input("请输入用户名") username1=input("请输入用户名")
userpassword=input("请输入密码") userpassword1=input("请输入密码")
if username==名字 and userpassword==密码: if username==名字 and userpassword==密码:
print("成功") print("成功")
if userpassword==密码 and username!=名字:
print("用户名错误")
if userpassword1!=userpassword
print("密码错误")
break break
print("失败") print("失败")
print("欢迎来到黑暗游戏")
# 保存在服务器数据库中的用户密码(正确的密码) # 保存在服务器数据库中的用户密码(正确的密码)
# 请用input()实现用户输入账号、密码的功能 # 请用input()实现用户输入账号、密码的功能
......
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