Draw Bangladesh Flag using Python

Published: 28 June 2022
on channel: Python Developer - 0.1
144
2

source code:

from turtle import *

speed(1)

bgcolor('blue')
hideturtle()
lt(180)
fd(150)
lt(180)

for i in range(2):
color('#006633')
begin_fill()
fd(250)
lt(90)
fd(150)
lt(90)
end_fill()

lt(90)
fd(160)
for j in range(2):
color('white')
begin_fill()
lt(90)
fd(5)
lt(90)
fd(400)
end_fill()

lt(180)
fd(110)
lt(90)
penup()
fd(120)
pendown()
color('red')
begin_fill()
circle(30)
end_fill()

penup()
rt(90)
fd(150)
rt(90)
fd(60)
pendown()
color('white')
write('Bangladesh Flag',font=('arial',16,'normal'))

done()


On this page of the site you can watch the video online Draw Bangladesh Flag using Python with a duration of hours minute second in good quality, which was uploaded by the user Python Developer - 0.1 28 June 2022, share the link with friends and acquaintances, this video has already been watched 144 times on youtube and it was liked by 2 viewers. Enjoy your viewing!