Commit b17eb02f by BellCodeEditor

auto save

parent 8ad835b8
Showing with 6 additions and 1 deletions
import turtle import turtle
...@@ -10,8 +10,12 @@ turtle.color("pink") ...@@ -10,8 +10,12 @@ turtle.color("pink")
turtle.circle(50) turtle.circle(50)
turtle.penup turtle.penup
goto(240,0) goto(240,0)
turtle.down()
turtle.color("red") turtle.color("red")
turtle.circle(50) turtle.circle(50)
goto(360,0)
turtle.down()
turtle.penup turtle.penup
goto(360,0) goto(360,0)
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