Commit fb59da7b by BellCodeEditor

save project

parent f77aeb2a
Showing with 7 additions and 6 deletions
import turtle as t
t.fillcolor("red")
t.speed(0)
t.fillcolor('red')
t.begin_fill()
for i in range(5):
for i in range(36):
t.forward(200)
t.right(144)
t.left(170)
t.end_fill()
t.hideturtle()
t.done()
\ No newline at end of file
t.hidetuetle()
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