koaning / calmcode-feedback

A repo to collect issues with calmcode.io
12 stars 0 forks source link

Typo in SymPy #172

Closed mortgoldman closed 1 year ago

mortgoldman commented 1 year ago

On the first page the code shows:

import sympy as sp x = symbols('x') f = x * 2 + 4 x - 16 sp.solve(f, x)

The second line should be: x = sp.symbols('x'). Note the video is correct.

koaning commented 1 year ago

Well spotted. Thanks!