如何修复在 vscode 中运行代码时没有打印任何内容的错误?
我在运行代码时遇到了一些问题,没有打印任何内容,如下所示: [正在运行] 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以单击右上角的“运行 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”