英文:
VS Code not printing output
问题
我无法提供翻译好的部分,因为你的要求是不要有别的内容,只返回翻译好的部分。
英文:
I don't get an output, 😭 please help me out
I'm new to python and VS Code, I've installed python and code runner, but I can't still print an output, it executed the code with no error but not printing on the console.
答案1
得分: 0
因为代码运行扩展的原因。您需要禁用代码运行器。
按下 Ctrl+Shift+X
打开 扩展。
搜索 Code Runner 并点击 禁用。
关闭 VSCode 编辑器,然后重新打开它。现在运行程序。
您将会得到输出。
英文:
It is because of the code runner extension. You have to disable the code runner.
Click Ctrl+Shift+X
to launch Extensions.
Search Code Runner and click Disable.
Close the VSCode editor and reopen it. Now run the program.
You will get the output.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论