Commit a06db665 by BellCodeEditor

auto save

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