Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python previous answer

# an underscore gives the last result in the python shell
>>> 5+5
10
>>> _
10
>>> _ + 5
15
>>> _
15
 
PREVIOUS NEXT
Tagged: #python #previous #answer
ADD COMMENT
Topic
Name
5+8 =