Hello,
pong wrote:
> Sorry for asking such a basic question but I still have trouble with
> it.
>
> I have created example.sage with the following content
>
> print "Hello World"
> print 2^3
>
> and load it into SAGE by load "example.sage". My understanding of the
> tutorial is that SAGE will con
Sorry for asking such a basic question but I still have trouble with
it.
I have created example.sage with the following content
print "Hello World"
print 2^3
and load it into SAGE by load "example.sage". My understanding of the
tutorial is that SAGE will convert this into python and save it in