Loading..

পাঠসংশ্লিষ্ট ছবি/ইমেজ

রিসেট

৩১ অক্টোবর, ২০২৩ ১১:১৩ অপরাহ্ণ

How to Draw Cost arica Flag

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()




  



মন্তব্য করুন

সম্পর্কিত পোস্ট