Python Programing Tutorial || Python GUI || Python Turtle Tutorial #006

preview_player
Показать описание
For more free tutorials on Python programming SUBSCRIBE my channel!!

Hello Everyone,
In this video we have seen an amazing design created with Python turtle programing
---------------------------------------------------------------------------------------------------------------------------

COMMENT ME IF YOU HAVE ANY QYERY!!

#import libraries
from turtle import*
import turtle

#create an object
t = turtle.Turtle()
turtle.Screen().bgcolor("white")

#Declare function to draw a circle
def circle(color, radius):
#set the fill

#create ear with black color
circle('black', 15)
circle('black', 15)

#create panda face ehith white color

circle('white', 40)

#draw eyes of panda
circle('black',8)
circle('black',8)

#Draw eyes of panda with black and white color
circle('white',4)
circle('white',4)

#draw panda nose
circle('black',5)

#create panda mouth
Рекомендации по теме
Комментарии
Автор

Nice video keep up the good work and thanks for the video and good luck with the video

mmuneeb
welcome to shbcf.ru