Commit 80b3dd0c by BellCodeEditor

save project

parent 5cb06ef0
Showing with 7 additions and 4 deletions
import turtle import turtle
t = turtle.Pen() t = turtle.Pen()
#t.shape('square') turtle.begin_fill()
turtle.fillcolor('red')
for i in range(5): for i in range(5):
t.forward(200) turtle.forward(200)
t.right(180-36) turtle.right(180-36)
turtle.done() turtle.end_fill()
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