Ask Your Question

Revision history [back]

click to hide/show revision 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.

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.

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.