print("Hello World") does not show in preview window when run
已回答
Not able to get the print() command to print out to the preview window when run and it exits with code 0
Just did update to latest version and still does not work.
It works find in native Python IDLE.
And if I run the sample main.py file where it uses the defined methods to pass the name variable - well that works properly.
Here a simple example of what I am running and the result
print("Hello, World")
Results in following:
C:\Users\PSchi\AppData\Local\Programs\Python\Python311\python.exe D:\Courses\PHYTHON\students\student_app.py
Process finished with exit code 0
请先登录再写评论。
Hi,
Make sure that you're running the current file and not some specific run/debug configuration.
In case the issue persists, please share a screenshot.
It has suddenly started working. Same file as before! Strange...