top of page
Search

DESIGN 5


source code

import turtle

bgcolor('black')

speed(0)

colors=['yellow', 'orange', 'red', 'indigo', 'blue']

for i in range (6):

color(colors[i])

for i in range (5,100):

forward(i)

right(60)

hideturtle()

done()



output


 
 
 

Comments


Subscribe Form

Thanks for submitting!

9234937707

©2021 by Code with harsh. Proudly created with Wix.com

bottom of page