Commit d611d2b6 by BellCodeEditor

auto save

parent 5eb0fb64
Showing with 12 additions and 2 deletions
im
\ No newline at end of file
import turtle
pen.turtle.Pen()
pen.fillcolof("red")
for i in range(6)
pen.forward(100)
pen.right(60)
pen.end_fill()
pen.hideturtle()
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