I want to run my python script without the python
keyword at the beginning.
Example :
I don't want python script.py
.
I want script.py
The problem is that when I run it how I want the script opens in a text editor, and it doesn't run in the console...
Why?