Ask Your Question

MargaretMitchel's profile - activity

2016-06-30 19:42:43 +0200 commented question Can I create a sage file, and import it as a Python module?

I just know that the standard way to import a file is :

sage: load /path/to/foo.py

or

sage: attach /path/to/foo.py.

But I guess I need to read more about Python