Isosceles Trapezoid Madness

Draw the 50 random isosceles trapezoids with random locations, random sizes, and random filled colors.

50 Random Isosceles Trapezoids

Hints:

  • Create a function that draws isosceles trapezoids given position, direction, height, base and top lengths, and fill color
  • Use random library
  • You may also need to use math library

Related Projects

Related Post