Commit 8061afe8 by BellCodeEditor

auto save

parent 03b69525
Showing with 10 additions and 4 deletions
import turtle import turtle
a=turtle.Pen() a=turtle.Pen()
a.penup()
a.goto(0,-100)
a.pendown()
a.fillcolor("red") a.fillcolor("red")
a.begin_fill() a.begin_fill()
a.pencolor("red")
a.pensize(20)
a.left(45) a.left(45)
a.forward(200) a.forward(200)
a.circle(10,180) a.circle(100,180)
for i in range(5): a.right(90)
a.forward(200) a.circle(100,180)
a.left(144) a.forward(200)
a.end_fill() a.end_fill()
turtle.done() 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