PY/MATH
Challenges
Algebra · Easy

Slope of a Line

Write `slope(x1, y1, x2, y2)` returning the slope. Assume x1 ≠ x2.

Concepts
Read lesson
solution.py○ Loading…
Loading...
Console
Test cases
slope(0, 0, 2, 4)PENDING
HiddenPENDING
Hints