I note a strange behaviour when I run cells in Jupyter notebook.
from sympy import * x, y, z = symbols(\'x y z\') c = sqrt(5)
if I put into the