Commit abd26e65 by BellCodeEditor

auto save

parent 37e8ab36
Showing with 12 additions and 0 deletions
import turtle
pen1 = turtle.Pen()
fill.color("red")
pen1.begin_fill()
for i in range(5):
pen1.fd(200)
pen1.rt(144)
pen1.end_fill()
pen1.shape("arrow")
pen1.hideturtle()
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