সিনিয়র শিক্ষক
৩১ অক্টোবর, ২০২৩ ১১:১৩ অপরাহ্ণ
সিনিয়র শিক্ষক
ধরনঃ সাধারণ শিক্ষা
শ্রেণিঃ দ্বাদশ
বিষয়ঃ তথ্য ও যোগাযোগ প্রযুক্তি
অধ্যায়ঃ চতুর্দশ অধ্যায়
How to Draw Cost arica Flag
import turtle
tom = turtle.Turtle()
tom.penup()
tom.backward(200)
tom.pendown()
width = 400
height = 250
tom.fillcolor("dark blue")
tom.begin_fill()
for i in range(2):
tom.forward(width)
tom.left(90)
tom.forward(height)
tom.left(90)
tom.end_fill()
for i in range(2):
tom.forward(width)
tom.left(90)
tom.forward(height)
tom.left(90)
tom.end_fill()
tom.forward(400)
tom.left(90)
tom.forward(70)
tom.left(90)
tom.pensize(50)
tom.end_fill()
tom.pencolor("white")
tom.pensize(50)
tom.fillcolor("red")
tom.begin_fill()
tom.forward(400)
tom.right(90)
tom.forward(90)
tom.right(90)
tom.forward(400)
tom.right(90)
tom.fillcolor("firebrick")
tom.begin_fill()
tom.forward(70)
tom.end_fill()