Commit 7eceeaf0 by BellCodeEditor

save project

parent 3b55f7d3
Showing with 4 additions and 6 deletions
import turtle
for x in range(5):
t.forward(200)
t.left(144)
import turtle
for x in range(5):
turtle.speed(0)
for x in range(500):
turtle.forward(200)
turtle.right(144)
turtle.right(100)
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