Question: This is a question for python coding language Make a class Point that has a constructor which takes in two point values say x and
This is a question for python coding language

Make a class Point that has a constructor which takes in two point values say x and y. Make another class Line that use the point class object to calculate the point-slope intercept from the points. The formula for calculating a line is given below: ((x1-x2)2 + (71-72)2) 1/
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
