How to make design using python ?
hii
How to make design using python ?
let's start
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
Post a Comment