Commit 0713a88c by BellCodeEditor

auto save

parent 4fc1c200
Showing with 21 additions and 16 deletions
username="降维打击" i = 3
userpassword="114514" username = "降维打击"
userpassword = "114514"
while True: while True:
name=input("请输入用户名:") if i > 0:
if name==username: name = input("请输入用户名:")
password=input("请输入密码:") i -= 1
if name!=username: if name == username:
print("他妈你用户名输错了!") password = input("请输入密码:")
continue if name != username:
if password==userpassword: print("他妈你用户名输错了!")
print("登陆成功!") continue
break if password == userpassword:
if password!=userpassword: print("登陆成功!")
print("他妈你密码输错了!") break
continue if password != userpassword:
print("欢迎来到牛马SB2B游戏!") print("他妈你密码输错了!")
\ No newline at end of file continue
else:
print("账号已被封锁,请来我司解锁。")
exit()
print("欢迎来到牛马SB2B游戏!")
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