Commit e9ca8fea by BellCodeEditor

auto save

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