Commit 9a1691b2 by BellCodeEditor

auto save

parent c252235a
Showing with 7 additions and 6 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.shape("arrow") pen.shape("turtle")
pen.speed(100) pen.speed(100)
pen.color("yellow") pen.color("brown")
pen.fillcolor("red") pen.fillcolor("brown")
pen.begin_fill() pen.begin_fill()
for i in range(36): for i in range(36666666666666666666666666666666666666666666):
pen.forward(200) pen.forward(10)
pen.left(170) pen.left(100)
pen.end_fill() pen.end_fill()
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.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