Tuesday, March 22, 2022

Art Using Python

Art using Python



Arts using python 

code ๐Ÿ‘‡

from turtle import*

bgcolor('black')
speed(0)
hideturtle()

for i in range(120):
    color('red')
    circle(i)
    color('orange')
    circle(i*0.8)
    right(3)
    forward(3)
done()

code link ๐Ÿ‘‰ Click here to download
password ๐Ÿ‘‰ itsmejigr08

YOUTUBE VIDEO  WATCH NOW

Saturday, March 12, 2022

Netflix Logo Using Python

Netflix Logo Using Python Turtle Programming | Simple Python Project | Vast Coding



Code is Here ๐Ÿ‘‡

                   Click Here

password - itsmejigr008


thank you,

Subscribe for more



Wednesday, March 9, 2022

Drawing Heart using Python

 

Draw heart using Python 



code link ๐Ÿ‘‰ download
use this password for unlock file ๐Ÿ‘‡

                            password : itsmejigr08 

Radhe-krishna Using Python

 Radhe-Krishna import turtle #keeping the background color dark blue turtle.bgcolor('#ffc233') #Defining title of program turtle.tit...

Popular Posts