Commit e22c8f8e by BellCodeEditor

save project

parent 355712ac
Showing with 11 additions and 16 deletions
i=3 username="降维打击"
username="你妈" userpassword="114514"
userpassword="54188"
while True: while True:
if i>0:
name=input("请输入用户名:") name=input("请输入用户名:")
if name==username:
password=input("请输入密码:") password=input("请输入密码:")
i-=1 if name!=username:
if name==username and password==userpassword: print("他妈你用户名输错了!")
print("他妈你就是个SB!") continue
if password==userpassword:
print("登陆成功!")
break break
if name==username and userpassword: if password!=userpassword:
print("他妈你密码输错了!") print("他妈你密码输错了!")
break continue
if name !=username:
print("他妈你用户名输错了!")
else:
print("你妈脑子是不是烧了呀请你去精神病院!")
exit()
print("欢迎来到牛马SB2B游戏!") print("欢迎来到牛马SB2B游戏!")
\ No newline at end of file
\ No newline at end of file
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