Commit 509805c4 by BellCodeEditor

save project

parent 366eb542
Showing with 14 additions and 11 deletions
i=3
username = "python" # 保存在服务器数据库中的用户账号(正确的账号) username = "python" # 保存在服务器数据库中的用户账号(正确的账号)
userpassword = "123456" userpassword = "123456"
while True while True
username1=input("请输入用户名") if i>0
userpassword1=input("请输入密码") username1=input("请输入用户名")
if username==名字 and userpassword==密码: userpassword1=input("请输入密码")
print("成功") if username==username1 and userpassword==userpassword1:
if userpassword==密码 and username!=名字: print("成功")
print("用户名错误") if userpassword==密码 and username!=名字:
continue print("用户名错误"+"剩余次数str(i)")
if userpassword1!=userpassword i=i-1
print("密码错误") if userpassword1!=userpassword
break print("密码错误"+"剩余次数str(i)”)
print("失败") i=i-1
break
print("失败")
print("欢迎来到黑暗游戏") 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