[sage-support] converting sage code into python

2008-04-26 Thread Jason Bandlow
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

[sage-support] converting sage code into python

2008-04-26 Thread pong
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