Steven

Results 3 issues of Steven

Added references to Technical Deep Dive Video and my Machine Learning Blog

def get_distance_between_points(first, second): (x1, y1) = first (x2, y2) = second x_diff = x2 - x1 y_diff = y2 - y1 return math.sqrt(x_diff * x_diff + y_diff * y_diff) #wrong...

I have tried to use the dem ![Image](https://github.com/user-attachments/assets/8936a09b-80fc-4fcc-bcce-89ee6f4c90bc) o code from the Mermaid.ink site with a simple diagram. It generates a empty image or times out.