Generate a random polygon with many sides and randomly drop point on the screen. If the point falls inside the polygon color it in red, otherwise color it in blue.
Use Python and Turtle and Random library to draw the 50 random isosceles triangles as shown in the following figure. Hints: Make a function that draws isosceles triangle given the