Commit 7e85b32c by BellCodeEditor

save project

parent 4db75f21
Showing with 6 additions and 4 deletions
import turtle
import turtle
import turtle
pen=turtle.Pen()
for i in range(1,400,2):
ss=turtle.Screen()
ss.bgcolor("black")
c=["red","blue","orange","pink"]
for i in range(1,400,1):
pen.color(c[i%4])
pen.forward(i)
pen.right(91)
i+=1
pen.hideturtle()
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