Commit 114a8c44 by BellCodeEditor

auto save

parent 44dc7b57
Showing with 9 additions and 0 deletions
import turtle
turtle.pencolor("red")
turtle.fillcolor("yellow")
turtle.begin_fill()
for i in range(5):
turtle.forward(10)
turtle.left(36)
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