草庐IT

python - Pycharm 退出代码 0

每当我运行任何代码时,我的控制台总是以Processfinishedwithexitcode0结束。例如,如果我只打印(“hellow”):pydevdebugger:process21021isconnectingConnectedtopydevdebugger(build131.618)hellowProcessfinishedwithexitcode0有没有办法让输出只是“hellow”? 最佳答案 您意识到它不是输出的一部分吗?这只是IDE控制台提供的附加信息。真正的程序只是按预期输出hellow。说进程以退出代码0结束意味

python - Pycharm 退出代码 0

每当我运行任何代码时,我的控制台总是以Processfinishedwithexitcode0结束。例如,如果我只打印(“hellow”):pydevdebugger:process21021isconnectingConnectedtopydevdebugger(build131.618)hellowProcessfinishedwithexitcode0有没有办法让输出只是“hellow”? 最佳答案 您意识到它不是输出的一部分吗?这只是IDE控制台提供的附加信息。真正的程序只是按预期输出hellow。说进程以退出代码0结束意味