Skip to content
Snippets Groups Projects
Commit 673bbf42 authored by Radek Hušek's avatar Radek Hušek
Browse files

add experiments/{README.md,_experiment.py}

parent 31f171ad
No related branches found
No related tags found
No related merge requests found
## How to use
If `from sage.all import *` fails try running
the python script as `sage -python ./script.py`.
In the case of bash script use `PYTHON="sage -python" ./script.sh`.
import sys, os, re
sys.path.append((os.path.dirname(__file__) or ".") + "/..")
import __main__
_name = re.sub(r".*/", "", __main__.__file__)
print("\n %s:\n %s=\n%s" % (_name, "="*len(_name), __main__.__doc__))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment