Find the intersection of two lines: Difference between revisions

Content added Content deleted
m (→‎{{header|Python}}: Updated one primitive)
Line 1,387: Line 1,387:
<lang python>'''The intersection of two lines.'''
<lang python>'''The intersection of two lines.'''


from itertools import (product)
from itertools import product