Commit 66928ca5 by BellCodeEditor

save project

parent 61eb2eed
Showing with 12 additions and 7 deletions
import turtle import turtle
pen=turtle.pen()
distance-1 pen=turtle.Pen()
for i in range(300) pen.speed(1000)
pen.forword colors=["red","yellow","blue","green"]
pen.right for i in range(1,300):
turtle.done pen.forward(i)
\ No newline at end of file pen.pencolor(colors[i%4])
pen.right(91)
turtle.done()
\ No newline at end of file
for
\ 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