Assigning A Value To Single Underscore _ In Python/ipython Interpreter
I created this function in Python 2.7 with ipython: def _(v): return v later if I call _(somev…
Read more
Assigning A Value To Single Underscore _ In Python/ipython Interpreter