Sep-19-2020, 12:38 PM
Hi,
I started learning Python today, so please don't hate me
I wrote a simple script:
and saved it as Helloworld.py
According to Michael Dawson book,
after double-clicking on that file, it should pop up a window.
My problem is that after double-clicking that file cmd window opens, but disappear after a second.
Any guesses what might be the case?
I started learning Python today, so please don't hate me

I wrote a simple script:
1 2 3 |
print ( "Hello_world" ) input ( "\n\nPress enter to close the program." ) |
According to Michael Dawson book,
after double-clicking on that file, it should pop up a window.
My problem is that after double-clicking that file cmd window opens, but disappear after a second.
Any guesses what might be the case?
