In many symbolic math systems, such as Matlab or Mathematica, you can use a variable like Ans or % to retrieve the last computed value. Is there a similar facility in the Python shell?
|
1
|
|
||
|
|
|
Underscore.
|
||||||
|
|
|
Just for the record, ipython takes this one step further and you can access every result with _ and its numeric value
And it is possible to edit ranges of lines with the %ed macro too:
|
||
|
