Commit c93743e4 by BellCodeEditor

save project

parent e4b1cc3c
Showing with 12 additions and 7 deletions
import Turtle import turtle
pen = Turtle.Pen pen = turtle.Pen()
pendown() pen.shape("turtle")
for i in range(36): pen.fillcolor("red")
forward(10) pen.begin_fill()
left(10) for i in range(5):
\ No newline at end of file pen.right(144)
pen.forward(200)
pen.end_fill()
pen.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