Types: n: int, coordinates: List[Tuple[int, int]]
Ranges: 3 ≤ n ≤ 100, 0 ≤ xi ≤ 10000, 0 ≤ yi ≤ 10000
Addtl Info: The last dataset is followed by a line containing a single zero. The given polygon is always a convex one.