how to find slope of a line with two points code example Example: get slope from two points slope = (y2 - y1) / (x2 - x1)