Open iPython and enter the following:
/
Click and ask a question about the results:
()
You cannot assign it, I assume it has something to do with shell functionality.
Edit:
You can assign it using
p = Out[xx]
But not directly:
p = /
will give:
SyntaxError
This is really an empty tuple.
source share