Commit 678a4782 by BellCodeEditor

save project

parent d56c9b4e
Showing with 9 additions and 5 deletions
import random
import turtle
star = turtle.Pen()
star.pencolor("red")
star.fillcolor("red")
star.begin_fill()
for i in range(5):
for i in range(36):
star.forward(200)
star.right(144)
star.right(170)
star.end_fill()
star.hideturtle()
turtle.done()
\ No newline at end of file
star.hideturtle()
turtle.done()
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