If you have idea about linux bash, we can provide arguments in the same line in the terminal.
For Example in sed, the format is,
sed OPTIONS... [SCRIPT] [INPUTFILE...]
Let's say, to greet 'Hello' there is a python program, greet.py
Input in cmd (Suppose, my python file is reg. in env. path)
==========
greet Arun
Output
======
Hello Arun
Wondering, whether this is possible in python, any idea how to?