How to access data after finished running the program in Pycharm?
已回答
After running the program (shift F10), I want to access the variables for further checking the results.
I can just view the result in the "Run" windows but cannot input any command.
What should I do?
请先登录再写评论。
Please try with "Run with Python Console" option selected in your Run configuration (Run| Edit Configurations...).