Commit 916b25b3 by BellCodeEditor

save project

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