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
What will happen to a large number of randomly moving objects if you let them follow only one rule: try to move in the same direction as your neighbors do.