I have a python script which i want to run from terminal in linux without using "python" keyword in the beginning. For example my script name is helloworld.py which is accepting 2 arguments from terminal. I have a python script which i want to run from