Commit d0d94db5 by BellCodeEditor

save project

parent d5181dc2
Showing with 14 additions and 7 deletions
pen=turtle.Pen()
import turtle import turtle
pen = turtle.Pen() pen=turtle.Pen()
for i in range(5): pen.shape("turtle")
pen.forward(200) pen.fillcolor("red")
pen.right(144) pen.begin_fill()
pen.hideturtle() for i in range(3):
turtle.done()
\ No newline at end of file pen.forward(200)
pen.left(90)
pen.forward(200)
pen.end_fill
pen.fillcolor("red")
pen.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