print("Hello World") does not show in preview window when run
Answered
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
Please sign in to leave a comment.
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...