How do I access the last "un-caught" variable in the interpreter?

Neil Schemenauer nas at python.ca
Tue Jun 19 23:27:17 EDT 2001


Dan Moskowitz wrote:
> Pretty simple question:
> 
> >>> 2+2
> 4
> >>> # can i access the 4 if i didn't catch it in a var?

>>> _
4





More information about the Python-list mailing list