PyCharm: How to View Previous Run Results
In PyCharm, you can view the results of the previous run in several ways.
- View the output of the last run in the run control console below the editor window.
- Click on “View” in the menu bar, then go to “Tool Windows” and select “Run”. From there, you can view the output of the previous run in the popup window.
- Open the run console using the shortcut Alt + 4, then check the output of the last run.
You can easily view the results of the last run using the above method.