Home > database >  PyCharm Beginner, Does Not Print Results
PyCharm Beginner, Does Not Print Results

Time:10-27

I'm learning PyCharm (and comparing my results against what is in the tutorial video); anyway, the script is to print something, so it executes, but doesn't show the result. A small window opens up very briefly (not long enough for me to see what it is), and it appears to have run the code, but the only thing in the terminal window is the path of the file.

I used the command control/shift/F10 and expected it to print what was in the file.

It does show up when I run the command directly in python.

enter image description here

CodePudding user response:

https://youtu.be/UHQQy_g1d0U

Check this video I think you made anything wrong in installing python in pc

CodePudding user response:

Print ("Hello world"); it is simple try install visual studio code on your desktop and install python extension.

  • Related