Saturday, May 03, 2025

Drawing the US flag

 

 What happens to the US Flag they add more States

They have always added more stars sincde the original 13 up to the current 50.
There has been talk of Puerto Rico and Washington DC being added for some time. And recently Trump has been talking about adding
 Panama Canadian and Greenland.

Python Code Works

Here is some code to make a flag. 
The line to change the number of stars on each line is

layout = [10, 10, 10, 10, 10, 10, 10, 10] #60

the code is here and it is based on this original article.

51 stars is a hot mess

I cant work out how to make this nice. Maye a circle layout can do it. 


52 Stars looks better 


60 stars









No comments: