Commit c18c8286 by BellCodeEditor

auto save

parent 5dff6897
Showing with 20 additions and 0 deletions
import turtle
pen1 = turtle.Pen()
pen1.pencolor("black")
a=1
pen1.speed(100000)
for a in range(1,100):
pen1.forward(a)
pen1.left(91)
pen = turtle.Pen()
pen.pencolor("rad")
i=1
pen.speed(100000)
for i in range(1,100):
pen.forward(i)
pen.right(91)
pen.hideturtle()
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