animation


import turtle as t
t.tracer(20)
t.setup(1537,865)
t.bgcolor('black')
t.color('cyan')
t.width(5)
for i in range(7486):
	t.fillcolor('black')
	t.begin_fill()
	t.fd(i)
	t.rt(45)
	t.fd(i)
	t.lt(20)
	t.bk(i)
	t.rt(90)
	t.fd(i)
	t.rt(20)
	t.bk(i)
	t.rt(20)
	t.circle(i,90)
	t.end_fill()
	t.fd(i)
	t.rt(90)
	t.fd(i)
	t.rt(20)
t.done()

Comments

Popular posts from this blog

free fire logo || python turtle graphics code

python turtle animation 15

python turtle animation (3)