Commit 06da9c64 by BellCodeEditor

auto save

parent f99aa90c
Showing with 35 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen1=turtle.Pen()
pen.goto(0,0)
pen.fillcolor()
pen.left(45)
pen.down()
pen.forward(50)
pen.circle(25,180)
pen.right(90)
pen.circle(25,180)
pen.forward(50)
pen.up()
pen.goto(45,45)
pen.down()
pen.left(90)
pen.down()
pen.forward(50)
pen.circle(25,180)
pen.right(90)
pen.circle(25,180)
pen.forward(50)
pen.up()
pen.goto(-90,-45)
pen.down()
pen.left(90)
pen.forward(300)
pen.left(135)
pen.forward(50)
pen.right(180)
pen.forward(50)
pen.right(90)
pen.forward(50)
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