PY/MATH
Challenges
Linear functions · Easy

Value Table

Write `value_table(m, b, xs)` returning a list of y-values for each x in xs.

solution.py○ Loading…
Loading...
Console
Test cases
value_table(2, 1, [0, 1, 2, 3])PENDING
HiddenPENDING
Hints