will draw a square, with corners given by the points $(x_1,y_1)$, $(x_2,y_2)$, $(x_3,y_3)$ and $(x_4,y_4)$. Write some code
that will draw the square rotated clockwise by any
angle supplied by the angle variable. You might want
to review our lesson on 'Rotating a parabola' first.