Commit 9d2b7570 by BellCodeEditor

auto save

parent 74fbdc17
Showing with 14 additions and 0 deletions
import turtle
turtle.pensize(3)
turtle.pencolor("red")
turtle.circle(50)
turtle.penup()
turtle.goto(25,25)
turtle.pendown()
turtle.circle(10)
turtle.penup()
turtle.goto(-25,25)
turtle.pendown()
turtle.circle(10)
turtle.goto(-25,25)
\ 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