You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is annoying that the output in sagemath CLIs/cells is different from the sagemath generated output.
As far as I understand, eval and preparse are called to generate the output. The output is written to result. Then only result is represented, not what was written to stdout.
With python3, print became a function and thus the problem occurs with one of the most fundamental primitives. Thus, it is IMHO particularly annoying.