Commit 4a143a72 by BellCodeEditor

save project

parent 46073e5e
Showing with 10 additions and 9 deletions
import turtle import turtle
open=turtle.pen()
For i in range(5) pen=turtle.pen()
pen.forward(200) pen.fillcolor("red")
pen.right(144) pen.egin_fill()
pen.hideturtle() for i in range(36):
pen.done() pen.forward (200)
pen.left(170)
\ No newline at end of file
pen.
\ 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