Commit fd5fbe20 by BellCodeEditor

save project

parent dfc3172b
Showing with 1 additions and 1 deletions
...@@ -12,7 +12,7 @@ pen.down() ...@@ -12,7 +12,7 @@ pen.down()
pen.pencolor('red') pen.pencolor('red')
pen.pensize(10) pen.pensize(10)
pen.left(45) pen.left(45)
pen.forward(100) pen.forward(2*50)
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