Commit 729d9d09 by BellCodeEditor

save project

parent f1fed8ed
Showing with 8 additions and 7 deletions
import turtle import turtle
turtle.pen() pen=turtle.Pen()
pen.while i in(2): pen.fillcolor("red")
pen.forwer(200) pen.begin_fill()
pen.right(45) for i in range(5):
pen.forward(200)
pen.right(144)
\ No newline at end of file pen.end_fill()
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