I've just started in Python and I'm still feeling my way around, I tried to create a quick program to display "Welcome to Python!" without the quotes.
The entirety of the code is this:
print('Welcome to Python!')
However, when I double-click on the .py file Python opens up for less than a second in which Welcome to Python is visible before immediately exiting.
I've tried putting that same line of code directly into the Command line without using the .py file and it works fine, any help is appreciated!