You can view the running results in PyCharm through the following methods: 1. In the "Run" window; 2. In the console window; 3. In the file system; 4. In special cases, please consult the library or framework documentation .
How to view the running results in PyCharm
After running the Python program in PyCharm, you can follow the following steps View the running results:
1. View in the run window
2. View in the console window
3. View in the file system
4. View under special circumstances
For programs that use specific libraries or frameworks, the method of viewing the running results may be different. In this case, consult the documentation of the relevant library or framework for specific instructions.
The above is the detailed content of Where can I see the results of pycharm operation?. For more information, please follow other related articles on the PHP Chinese website!