Commit 92b63724 by BellCodeEditor

save project

parent 9f629023
Showing with 9 additions and 4 deletions
l=60
import turtle
screen=turtle.Screen()
screen.bgcolor("pink")
......@@ -11,11 +16,11 @@ pen=turtle.Pen()
pen.pencolor("red")
pen.pensize(5)
pen.left(45)
pen.forward(100)
pen.circle(50,180)
pen.forward(l*2)
pen.circle(l,180)
pen.right(90)
pen.circle(50,180)
pen.forward(100)
pen.circle(l,180)
pen.forward(l*2)
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