Question: Check Show answer CHALLENCE 2.8.1:Coordinate geometry ACTIVITY28.1 ssign point dist with the distance between point (x1, y1) and point (x2,y2). The calculation is: Distance -

Check Show answer CHALLENCE 2.8.1:Coordinate geometry ACTIVITY28.1 ssign point dist with the distance between point (x1, y1) and point (x2,y2). The calculation is: Distance - SquareRootof( (x2 x1)2+ (y2-y1)2) Sample output for the given program Points distance: 3.0 import math 2 3 x1 1.0 1 test passed 5 x2 1.0 7 point_dist-8.e 8 9 All rests passed 10 11 print( Points distance:', point dist) Run X Test aborted Exited with return code 1. Tile "main.py", line 11
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
