Commit ad3dbe9a by BellCodeEditor

save project

parent 5e35e1f2
Showing with 12 additions and 6 deletions
import turtle
Pen=turtle.pen()
for i in range(5)
pen.color("yellow")
pen.forword(200)
pen.right(144)
\ No newline at end of file
pen=turtle.Pen()
pen.color("yellow")
pen.fillcolor("yellow")
pen.begin_fill()
for i in range(72):
pen.forward(200)
pen.right(175)
pen.end_fill()
turtle.done()
pen.speed(0)
\ 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