Commit 2e81e402 by BellCodeEditor

save project

parent d52cfccc
Showing with 10 additions and 21 deletions
i=3 import turtle
username = "python" pen=turtle.Pen()
userpassword = "123456" distance=1
while True: for i in range(300):
if i>0: pen.fd(distance)
name = input("请输入用户名:") distance+=1
if name != username: pen.rt(91)
print("用户名不是") turtle.hideturtle()
password = input("请输密码:") turtle.done()
if name == username and password == userpassword: \ No newline at end of file
print("登录成功!")
break
else:
print("密码不是")
i-=1
print("密码不是,还有"+str(i)+"下")
else:
print("错误多下,冻节了,TMD,要节冻,打20亿到我司,卡号54188~~~~~")
exit()
print("欢迎来到骗钱公司APP~~~~!")
\ 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