PY/MATH
Home
Challenges
Concepts
Progress
Final Project
0 XP
·
L1
EN
NO
☾
⚙
← Challenges
Linear functions · Medium
Line From Two Points
Write `line_from(x1, y1, x2, y2)` returning `[m, b]` for the line through both points.
Concepts
Read lesson →
solution.py
○ Loading…
Reset
Loading...
Run code
Check solution
Console
Test cases
line_from(0, 1, 2, 5)
PENDING
Hidden
PENDING
Hints
Reveal next hint
>_