mind blowing code


import turtle as t
t.tracer(200)
t.width(4)
t.setup(1537,865)
t.bgcolor('black')
color=('red','blue','lime','purple')
for i in range(4559):
       t.pencolor(color[i%4])
       t.fd(i)
       t.rt(90.09)
       t.fd(i)
       t.rt(90)
       t.dot(30,'cyan')
       t.fd(i)
       t.rt(90)
t.done()
#subhanker codes

Comments

Popular posts from this blog

free fire logo || python turtle graphics code

python turtle animation 15

python turtle animation (3)