I have the following piece of code
from sympy import Point, Line l1 = Line((3,5,-2), (1,-1,4)) p1 = Point3D((3, 7, 9)) in