I have a problem with a task. I need to write an python code which calculates a quadratic distance between two points.
The formula is: D^2 = (x1 - x2)^2 + (y1 - y2)^2