CodeWithShani: post #60 — TG.ME

import turtle
colors=["green","white","red"]
t=turtle.Pen()
turtle.bgcolor('black')
for i in range(200):
t.pencolor(colors[i%3])
t.width(i/100+1)
t.forward(i)
t.left(59)
❤24👍6👏2🔥1
August 15, 2023 6.5K 7