Commit 3c49b7a0 by BellCodeEditor

save project

parent d82b3866
Showing with 33 additions and 0 deletions
import turtle
pen = turtle.Pen()
pen.up()
pen.goto(0,-200)
pen.down()
pen.circle(200,360)
pen.up()
pen.goto(-100,50)
pen.down()
pen.fillcolor("blue")
pen.begin_fill()
pen.circle(20,360)
pen.end_fill()
pen.up()
pen.goto(100,50)
pen.down()
pen.fillcolor("blue")
pen.begin_fill()
pen.circle(20,360)
pen.end_fill()
pen.up()
pen.goto(0,50)
pen.down()
pen.circle(-50,360,3)
pen.up()
pen.goto(-150,-70)
pen.down()
pen.down()
pen.goto(0,-170)
pen.goto(150,-70)
pen.hideturtle()
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