Commit daa985ca by BellCodeEditor

save project

parent adade11d
Showing with 19 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.pensize(10)
pen.goto(0,0)
pen.forward(90)
pen.left(120)
for i in range(2):
pen.forward(180)
pen.left(120)
pen.forward(90)
pen.fillcolor("blue")
pen.begin_fill()
pen.circle(50)
pen.end_fill()
pen.goto(0,0)
pen.left(90)
pen.forward(150)
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