# draw a polygon with x-amount of points
polygon((100, 100), (100, 900), (900, 900), (200, 800), close=True)