Commit 4f618701 by BellCodeEditor

save project

parent 2592beff
Showing with 6 additions and 2 deletions
...@@ -9,6 +9,9 @@ xyz.pensize(10) ...@@ -9,6 +9,9 @@ xyz.pensize(10)
xyz.left(45) xyz.left(45)
xyz.forward(100) xyz.forward(100)
xyz.hideturtle() xyz.hideturtle()
xyz. xyz.circle(50,180)
xyz. xyz.right(90)
xyz.circle(50,180)
xyz.forward(100)
xyz.hideturtle()
turtle.done() 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