Commit e9ca8fea by BellCodeEditor

auto save

parent cd248a20
Showing with 18 additions and 11 deletions
i=3
zhanghao ="***" zhanghao ="***"
mima = "3.14159268" mima = "3.14159268"
while True: while True:
zhang = input("请你输入账号:") if i >0:
mi = input("请你输入密码:") zhang = input("请你输入账号:")
mi = input("请你输入密码:")
if zhanghao == zhang and mi == mima: i-=1
print("登陆成功") if zhanghao == zhang and mi == mima:
break print("登陆成功")
if zhanghao != zhang: print("还剩"+str(i)+"几次!")
print("用户不存在,重新输入你个***:") break
continue if zhanghao != zhang:
if mima != mi: print("用户不存在,重新输入你个***居然连自己账号都忘了:")
print("密码错误,重新输入你个***:") continue
if mima != mi:
print("密码错误,重新输入你个***居然连自己密码都忘了:")
else:
print("妈的想他妈盗号没门,你以为我是傻逼啊!没智商,你个***给我滚!")
exit()
print("欢迎来到***世界!") print("欢迎来到***世界!")
\ 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