top of page
Search

python turtle graphics tutorial #design2


source code :-

import turtle
speed(0)
setup(700, 630)
bgcolor('black')
pencolor('cyan')
pensize(2)
for i in range(10):
rad = 150
for i in range(10):
circle(rad)
rad-=4
right(36)
hideturtle()
done()


output





 
 
 

Comments


Subscribe Form

Thanks for submitting!

9234937707

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

bottom of page