Commit 48d4f423 by BellCodeEditor

save project

parent faf8dd05
Showing with 11 additions and 0 deletions
import turtle as t
t.pensize(1)
t.bgcolor("black")
colors=["red","yellow","purplpe","blue"]
t.speed(20)
for x in range(400):
t.forward(2*x)
t.color(colors[x%4])
t.left(91)
t.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