source code of python turtle graphics


import turtle as t
t.tracer(10)
#subhanker codes
t.pencolor('red')
t.bgcolor('black')
for i in range(2000):
    t.fd(i)
    #subhanker codes
    t.rt(200)
    t.fd(i)
    t.rt(20)
    #subhanker codes
    t.fd(i)
    t.rt(300)
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)