import turtle
from turtle import*
win = turtle.Screen()
win.setup(width=1.0, height=1.0)
t = turtle.Turtle()
speed(0)
t.penup()
t.goto(-400, 250)
t.pendown()
t.color("orange")
t.begin_fill()
t.forward(800)
t.right(90)
t.forward(167)
t.right(90)
t.forward(800)
t.end_fill()
t.left(90)
t.forward(167)
t.color("green")
t.begin_fill()
t.forward(167)
t.left(90)
t.forward(800)
t.left(90)
t.forward(167)
t.end_fill()
t.penup()
t.goto(70, 0)
t.pendown()
t.color("navy")
t.begin_fill()
t.circle(70)
t.end_fill()
t.penup()
t.goto(60, 0)
t.pendown()
t.color("white")
t.begin_fill()
t.circle(60)
t.end_fill()
t.penup()
t.goto(-57, -8)
t.pendown()
t.color("navy")
for i in range(24):
t.begin_fill()
t.circle(3)
t.end_fill()
t.penup()
t.forward(15)
t.right(15)
t.pendown()
t.penup()
t.goto(20, 0)
t.pendown()
t.begin_fill()
t.circle(20)
t.end_fill()
t.penup()
t.goto(0, 0)
t.pendown()
t.pensize(2)
for i in range(24):
t.forward(60)
t.backward(60)
t.left(15)
turtle.done()
On this page of the site you can watch the video online Draw Indian Flag using Python with a duration of hours minute second in good quality, which was uploaded by the user RD Coding Vines 16 July 2023, share the link with friends and acquaintances, this video has already been watched 91 times on youtube and it was liked by 5 viewers. Enjoy your viewing!