Commit f1959878 by BellCodeEditor

auto save

parent 8b092c94
Showing with 0 additions and 21 deletions
import turtle
pen = turtle.Pen()
pen.pencolor("black")
pen.pensize(10)
lenght = 200
for i in range(3):
pen.penup()
pen.goto(0,0)
pen.heading(0)
pen.left(60)
pen.forward(lenght)
pen.left(30)
pen.pendown()
pen.circle(lenght,180)
lenght-=60
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