运行显示“process finished with exit code 0”的解决办法(pycharm)
问题发现:
1.首先我们打开一个.py文件,运行,显示Process finished with exit code 0

解决办法:
1.我们首先需要打开 preferences

2.其次我们找到tool目录下的,python integrated tools

3.将Autodetect修改为pytest

4.将reStructureText改为Plain

5.⚠️重启pycharm,再运行所要运行的程序,就OK啦