First time here? Check out the FAQ!
answered 2015-08-31 21:51:28 +0100
Hi,
The easiest way is to define a Python function:
sage: def meh(): ....: load("meh.sage") ....: sage: meh() # executes load("meh.sage")
Best wishes,
Eric.