Skip to main content

Posts

Showing posts from September, 2022

Afghanistan flag using python

   HOW TO MAKE AFGHANISTAN FLAG USING PYTHON TURTLE Hello Guys, I will tell you how to make the Afghanistan flag using python turtle in this blog. Follow the given instruction in the video. - import turtle as t  #so you don't have to write trutle many times - then make a rectangle color Green. - then make two rectangles one after the other inside the   Green rectangle and fill them with red and black colors respectively. - Now you are almost done with the flag and at last, you have to make the  Emblem of Afghanistan. - It is tough🙃  to make an Afghanistan emblem so, take the gif of the  Emblem of Afghanistan and display it at last.                                  #Result -------------------------The End-------------------------                      #SOURCE CODE           #flag   ...