This code finds the closest intersection point between two line segments and calculates it's Manhattan distance to the starting point.
diyeddin/AoC-Day-3-Crossed-Wires
This script finds the closest intersection point's Manhattan distance to the starting point.
PythonMIT