Commit 88586f6f by BellCodeEditor

save project

parent be4abe26
Showing with 8 additions and 7 deletions
import turtle import turtle
p.turtle.pen() p=turtle.Pen()
p.fillcolco("red") p.fillcolor("red")
p.degin_fill() p.begin_fill()
for i in range(5): for i in range(150):
p.forward(100) p.forward(300)
p.right(144) p.right(170)
p.eng_fill() p.end_fill()
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