PyCharm: Why are only exit code lines displayed?

2019-06-03 04:39发布

For example, running the following line of code:

print("Hello, world! My name is Enkouyami")

Only outputs this:

Process finished with exit code 0

The only way to get it to display that text is to go to the python console.

1条回答
做个烂人
2楼-- · 2019-06-03 05:24

My AV Program was pausing the installer and the Pycharm application, asking me if I want to allow the program to perform certain actions. Even though I allowed it, it messed up my Pycharm setup. Reinstalling Pycharm fixed the problem.

查看更多
登录 后发表回答