please write a code in python that takes an image like this and fills in the colored circles with the color that they ar
Posted: Thu Jul 14, 2022 2:07 pm
please write a code in python that takesan image like this and fills in the colored circles with the colorthat they are. For example, if the outline of the circle is red,the program would color the entire circle red. if there is a yellowoutline, the code would fill the entire circle with yellow. thecode should work for any color outline.