How to make design using python ?

 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()

Comments

Popular posts from this blog

How to Use Hover in CSS? Responsive Text Animation Using HTML & CSS | CSS Hover Effects Part2

How to Create a Responsive Login Page Using HTML and CSS: A Step-by-Step Guide

How to About Us Page Section Using HTML & CSS