如何修复在 vscode 中运行代码时没有打印任何内容的错误?

发布于 2025-01-12 11:39:00 字数 348 浏览 1 评论 0原文

我在运行代码时遇到了一些问题,没有打印任何内容,如下所示: [正在运行] python -u "c:\Users\Musa\Documents\Coding Files\Python\Practise File.py"

[完成] 在 1.013 秒内以 code=0 退出

在两行之间是代码应该打印的地方,但没有任何内容有没有。我正在使用 python 来解释我的代码。我写了一个简单的“hello world”来测试它,但仍然没有打印任何内容。我的代码中没有检测到错误。

我的问题的直观表示

I had some issues with running my code whereby nothing is being printed, just what is shown below:
[Running] python -u "c:\Users\Musa\Documents\Coding Files\Python\Practise File.py"

[Done] exited with code=0 in 1.013 seconds

In between the two lines is where the code should print but nothing is there. I am using python to interpret my code. I wrote a simple "hello world" to test it out but still, nothing is printed out. There are no errors detected on my code.

Visual representation of my problem

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

骑趴 2025-01-19 11:39:00

您可以单击右上角的“运行 python 文件”三角形按钮
并在“out put”右边两个终端中查看输出结果

You can click the triangle button in the upper right corner called “Run python file”
And view the output results in the terminal which is two on the right of “out put”

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文