Commit e5a18eec by BellCodeEditor

save project

parent fc74c8e7
Showing with 21 additions and 0 deletions
import turtle
t=turtle.Pen()
t.pencolor('black')
t.pensize(10)
for i in range(3):
t.forward(180)
t.left(120)
t.forward(90)
t.left(90)
for i in range(2):
t.forward(145)
t.left(180)
t.right(90)
t.fillcolor('blue')
t.begin_fill()
t.circle(50)
t.end_fill()
t.left(90)
t.forward(145)
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