Recall last result

Alan Kennedy alanmk at hotmail.com
Mon Jun 9 06:01:17 EDT 2003


Erich Neuwirth wrote:

> Is there a standard way of recalling the last result?

Try "_", which accesses the last expression result, i.e.

>>>3.1415927*(2.5*2.5)
19.634954375
>>>_
19.634954375

HTH,

-- 
alan kennedy
-----------------------------------------------------
check http headers here: http://xhaus.com/headers
email alan:              http://xhaus.com/mailto/alan




More information about the Python-list mailing list