Commit ae07721c by BellCodeEditor

save project

parent a50ceeec
Showing with 15 additions and 0 deletions
import turtle
screen = turtle.Screen()
pen = turtle.Pen()
len = 50
screen.bgcolor("pink")
pen.pencolor("red")
pen.lt(45)
pen.fd(2*len)
pen.circle(len,180)
pen.rt(90)
pen.circle(len,180)
pen.fd(2*len)
pen.hideturtle()
turtle.done()
\ 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