I was wondering if in pycharm's debugger console there was something like the matlab ans variable, that always store the previous answer from the command window.
Asked
Active
Viewed 131 times
0
-
2Try `_`. I rarely use the debugger, but it's an underscore in interactive consoles. – Carcigenicate Oct 13 '20 at 15:57
-
Thank you! that's it – roi_saumon Oct 13 '20 at 16:01
-
1Does this answer your question? [Get last result in interactive Python shell](https://stackoverflow.com/questions/200020/get-last-result-in-interactive-python-shell) – mx0 Oct 14 '20 at 08:00