Commit 17170e2b by BellCodeEditor

auto save

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