Commit b21039c6 by BellCodeEditor

save project

parent 50510822
Showing with 4 additions and 3 deletions
import turtle import turtle
open=turtle.pen() open=turtle.pen()
pen.color("red")
pen.begin_fill pen.begin_fill
For i in range(5): for i in range(5):
pen.forward(200) pen.forward(200)
pen.right(144) pen.right(144)
pen.done() pen.done()
pen.end pen.end_fill
\ No newline at end of file \ 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