Commit 8a65e178 by BellCodeEditor

save project

parent a64465f7
Showing with 15 additions and 22 deletions
i=3 import turtle
user="ye" pen=turtle.Pen()
pw=123456 pen.pensize(5)
while True: pen.pencolor("red")
if i<=0: pen.left()
a=input("请输入账号") pen.forward(100)
b=int(input("请输入密码")) pen.circle(50,180)
i-=1 pen.right(90)
if user==a: pen.circle(50,180)
if pw==b: pen.forward(100)
print("嗯~~~~") pen.penup()
break pen.goto(100,0)
else: pen.write("嗨",font=("Times",30,"normal"))
print("密码错误") turtle.done()
elif pw!=b: \ No newline at end of file
print("账号密码错误")
else:
print("账号错误")
else:
print("你被封号了")
exit()
print("计算机还有5秒爆炸")
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