Question: point _ dist = 0 . 0 x 1 = float ( input ( ) ) y 1 = float ( input ( ) )

point_dist =0.0
x1= float(input())
y1= float(input())
x2= float(input())
y2= float(input())
point_dist = math.sqrt((xe2-xe1)e2,+,(ye2- ye1)e2)
print('Points distance:', point_dist)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!