→
SympyForm
/
Reference of Built-in Symbols
/
Forms of Input and Output
/
Mathics3-specific Forms
/
PythonForm
/
PythonForm
PythonForm
[
expr
]
returns an approximate equivalent of
expr
in Python, when that is possible. We assume
that Python has SymPy imported. No explicit import will be include in the result.
PythonForm[Infinity]
PythonForm[Pi]
E // PythonForm
{1, 2, 3} // PythonForm
→
SympyForm