with two input vectors, how do I program the normal vector perpendicular to the line (x1,y1) to (x2,y2) in python. I\'ve tried messing about with for x,y in zip(P,Q)
for x,y in zip(P,Q)