Commit dc1aef84 by BellCodeEditor

auto save

parent b93d3340
Showing with 15 additions and 0 deletions
from turtle import *
#pen = turtle.Pen()
shape("turtle")
color("yellow")
begin_fill()
fillcolor("red")
for i in range(5):
forward(200)
right(144)
hideturtle()
end_fill()
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