Commit 9237b43e by BellCodeEditor

save project

parent 6ab292f0
Showing with 9 additions and 8 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.pen()
pen.fillcolor("green") pen.fillcolor("red")
pen.begin_fill() pen.begin_fill()
for in range(5): for in range(180):
pen.forward(200) pen.forward(170)
pen.right(144) pen.rignt(10)
turtle.end_fill() pen.end_fill
pen.hideturtle() pen.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