Commit 82264d1b by BellCodeEditor

save project

parent 14d4b74f
Showing with 2 additions and 1 deletions
...@@ -9,9 +9,10 @@ screen.bgcolor('pink') ...@@ -9,9 +9,10 @@ screen.bgcolor('pink')
pen.pencolor('red') pen.pencolor('red')
pen.fillcolor('red') pen.fillcolor('red')
pen.goto(-100,0) pen.goto(-100,0)
pen.pendown()
pen.begin_fill() pen.begin_fill()
pen.left(45) pen.left(45)
pen.forward(100) pen.forward(2*len())
pen.circle(50,180) pen.circle(50,180)
pen.right(90) pen.right(90)
pen.circle(50,180) pen.circle(50,180)
......
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