Posts

Showing posts with the label graphics design

How to make design using python ?

Image
 hii How to make design using python ? let's start click 👉 :- my video link     go to my you tube channel  plz subscribe like  comment from turtle import * speed ( 0 ) bgcolor ( 'black' ) color ( 'powder blue' ) pensize ( 2 ) for i in range ( 600 ):     if i % 5 == 0 :         lt ( 3 )     fd ( 200 )     lt ( 360 / 5 ) done ()