Page Nav

HIDE

Grid

GRID_STYLE

Classic Header

{fbt_classic_header}

Header Ads

program

latest

Amazing design using python

  Amazing design using python                                                           Source code 👇👇 import turtle a=turtle.Turtle() scr...

  Amazing design using python  

                       

                              Source code 👇👇



import turtle
a=turtle.Turtle()
screen=turtle.Screen()
screen.bgcolor('black')
col=('white','red','orange','yellow','green','blue','cyan')
a.speed(0)

for i in range (200):
a.forward (i*4)
a.right(91)
a.color(col[i%7])
for b in range (3):
a.forward(i*4)
a.right(91)
for c in range (2):
a.forward(i*4)
a.right(91)



design




code image








1 comment