python turtle graphics art patterns


import turtle as t
t.tracer(40)
t.setpos(-150,0)
#subhanker codes
t.setup(1537,865)
t.width(5)
t.bgcolor('black')
t.colormode(255)
for i in range(255):
      t.pencolor(i,45,255)
      t.fd(i)
      t.fd(i)
      #subhanker codes
      t.circle(94,120)
      t.fd(i)
      t.rt(270)
      t.circle(33,270)
      t.fd(i)
      t.rt(180)
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)