Commit 99e32caf by BellCodeEditor

save project

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