amazing patterns in python turtle graphics


import turtle as t
t.tracer(10)
t.setup(1537,865)
t.bgcolor('black')
#subhanker codes
color=('red', 'blue')
for i in range(2000): t.pencolor(color[i%2]) t.fd(i) t.rt(90) t.fd(i) #subhanker codes t.rt(20) t.fd(i) #subhanker codes t.lt(90) t.bk(i) t.lt(200) 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)