Draw the 50 random isosceles trapezoids with random locations, random sizes, and random filled colors.
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