Commit cfcaf1ec by BellCodeEditor

auto save

parent 1cf45654
Showing with 24 additions and 0 deletions
import turtle
turtle.speed(1)
turtle.penup()
turtle.pencolor("red")
turtle.goto(0,-20)
turtle.pendown()
turtle.circle(20)
turtle.penup()
turtle.goto(0,-50)
turtle.pencolor("pink")
turtle.pendown()
turtle.circle(50)
turtle.penup()
turtle.pencolor("green")
turtle.goto(0,-100)
turtle.pendown()
turtle.circle(100)
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