Which of the following computes the horizontal distance between points p1 and p2? Python Which of the following computes the horizontal distance between points p1 and p2? Answer: abs(p1.getX() - p2.getX()) Share this Share on FacebookTweet on TwitterPlus on Google+