Commit 509805c4 by BellCodeEditor

save project

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