Commit 200a81e3 by BellCodeEditor

save project

parent 31404ae6
Showing with 5 additions and 3 deletions
import turtle import turtle
star = turtle.Pen() star = turtle.Pen()
star.fillcolor("red") star.fillcolor("red")
star.pencolor("red")
star.begin_fill() star.begin_fill()
for i in range(5): for i in range(36):
star.forward(200) star.forward(400)
star.right(144) star.right(170)
star.hideturtle() star.hideturtle()
star.end_fill() star.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