Commit 3cd2a8eb by BellCodeEditor

save project

parent fa0dff60
Showing with 13 additions and 0 deletions
import turtle
for x in range(5):
t.forward(200)
t.left(144)
import turtle
for x in range(5):
turtle.forward(200)
turtle.right(144)
import turtle.pen
pen.begin_fill()
pen.end_fill()
pen.fillcolor('red')
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