Commit e6115086 by BellCodeEditor

save project

parent 8a71cc7b
Showing with 5 additions and 3 deletions
import turtle import turtle
pen=turtle.pen() pen=turtle.pen()
for i in range(5): turtle.fillcolor("red")
begin_fill()
for i in range(3):
turtle.forward(200) turtle.forward(200)
turtle.right(144) turtle.right(120)
turtle.end_fill()
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