Commit f3a082a5 by BellCodeEditor

auto save

parent 87be3438
Showing with 22 additions and 0 deletions
import turtle
p=turtle.Pen()
p.penup()
p.clear()
p.pencolor("black")
p.pensize(10)
p.goto(0,0)
p.setheading(180)
p.fillcolor("blue")
p.pendown()
p.begin_fill()
p.circle(50)
p.end_fill()
p.left(90)
p.forward(100)
p.left(90)
p.forward(100)
p.left(120)
p.forward(180)
turtle.done()
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