Block interview question

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

Interview Answer

Anonymous

5 Nov 2016

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