Commit 4e5c06c4 by BellCodeEditor

save project

parent eee367dd
Showing with 9 additions and 4 deletions
import turtle
pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("light blue")
pen.penup()
pen.goto(-100,0)
pen.write("give you a little heart",font=('Times',30,'normal'))
pen=turtle.Pen()
len=60
pen.lt(45)
pen.fd(len*2)
pen.circle(len,180)
pen.rt(90)
pen.circle(len,180)
pen.fd(len*2)
len-=20
pen.hideturtle()
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