Draws a regular polygon with the specified number of sides. Parameters: sides (int): The number of sides for the polygon. length (int): The length of each side. # TODO: Use a 'for' loop to draw a ...