Commit f752e503 by BellCodeEditor

save project

parent efd25279
Showing with 5 additions and 1 deletions
import turtle
xx=turtle.Pen()
xx.shape("arrow")
xx.fillcolor("red")
xx.begin_fill()
for i in range(5):
xx.forward(100)
xx.right(144)
turtle.hideturtle()
xx.end_fill()
xx.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