1 | initial version |
My advice: import sage.all as sage
at the beginning of each python file, and then use for instance sage.var('x') etc in your scripts.
2 | No.2 Revision |
My advice: put import sage.all as sage
at the beginning of each python file, and then use for instance sage.var('x') etc in your scripts.
3 | No.3 Revision |
My advice: put import sage.all as sage
at the beginning of each python file, and then use for instance sage.var('x') etc in your scripts.