Last Updated: February 25, 2016
·
502
· felgenhm

Python interactive last value

When running python from the commandline, you can get the value of the last evaluated expression with '_'. (exception a variable named '_' exist with in scope)