Commit 9365c3b6 by BellCodeEditor

auto save

parent 22b6c569
Showing with 12 additions and 0 deletions
import turtle
turtle.pen()
turtle.fillcolor("red")
turtle.begin_fill()
turtle.goto(0,0)
for i in range(1,6):
turtle.forward(150)
turtle.right(144.6)
turtle.end_fill()
turtle.done()
\ No newline at end of file
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