Commit 293c47ae by BellCodeEditor

save project

parent 9bfaa7a9
Showing with 32 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.penup()
pen.goto(0,-150)
pen.pendown()
pen.circle(200,360)
pen.left(90)
pen.forward(400)
pen.left(180)
pen.forward(200)
pen.left(90)
pen.forward(200)
pen.left(180)
pen.forward(400)
pen.left(180)
pen.forward(200)
pen.left(45)
pen.forward(200)
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