Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 12 years ago

Jason Grout gravatar image

You tried to import just part of Sage. You need to import everything:

from sage.all import *

or

import sage.all