Commit e8f82fc5 by BellCodeEditor

save project

parent 07858a54
Showing with 23 additions and 0 deletions
import turtle
Pen=turtle.Pen()
Pen.pencolor("gold")
Pen.pensize(17)
Screen=turtle.Screen()
len=Screen.textinput("提示","你想要多大的头?")
len=int(len)
Pen.left(45)
Pen.fd(2*len)
Pen.circle(len,180)
Pen.rt(90)
Pen.circle(len,180)
Pen.fd(2*len)
Pen.hideturtle()
#screen.bgcoior("pink")
#screen.textinput("提示","噗噗噗")
Pen.penup()
Pen.goto(170,-70)
Pen.write("你的头很大?",font=("Time",50,"normal"))
turtle.done()
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