Closed aroberge closed 2 years ago
In a normal Python console, _ refers to the last item printed to stdout. The same should be true for the friendly console.
_
This was actually wrong - it is saved, but is not defined at the beginning.
In a normal Python console,
_
refers to the last item printed to stdout. The same should be true for the friendly console.