Commit 1e3ad33b by BellCodeEditor

auto save

parent 93d5b2d7
Showing with 5 additions and 1 deletions
import turtle as t import turtle as t
t.speed(0) t.speed(0)
for i in range(300): t.bgcolor("black")
k=["red","yellow","pink","brown"]
for i in range(500):
t.pencolor(k[i%4])
t.forward(i) t.forward(i)
t.left(91) t.left(91)
t.done() 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