Why variable _ takes the value of the previous action in Python
I’m new in python, so if the question is unclear or strange, don’t be surprised.
Accidentally made a typo in the console and came across this. Despite the fact that initially variable _ is not defined, if you do any action before try adding 2+_, then _ is defined as a variable and takes the values of the last action.