Commit df9fee42 by BellCodeEditor

auto save

parent 793f928c
Showing with 19 additions and 0 deletions
import turtle
turtle.pencolor("black")
turtle.pensize(10)
turtle.goto(-90,0)
for i in range(3):
turtle.forward(180)
turtle.left(120)
turtle.goto(0,0)
turtle.fillcolor("blue")
turtle.begin_fill()
turtle.circle(50)
turtle.end_fill()
turtle.goto(-90,0)
turtle.left(60)
turtle.forward(180)
turtle.goto(0,0)
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