Block Interview Question

Determine the distance between two points in two-dimensional space.

Interview Answer

Anonymous

Nov 5, 2016

I remembered the Euclidean distance formula and used the Python standard library (math.sqrt()).