Challenge: Read the Line Segments
Read the line segments in a quadrant system.
We'll cover the following...
Problem statement #
This challenge involves a nested tuple of the line segments in the following format:
(ID, (x1, y1), (x2, y2))
Here, ...