Sep-19-2020, 12:38 PM
Hi,
I started learning Python today, so please don't hate me
I wrote a simple script:
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:
print("Hello_world") input("\n\nPress enter to close the program.")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?
