argv
What on Earth is it!?
Edit: If you can, will you please write a line or two and explain how it works?
Try this simple program, name it as program.py
program.py
import sys print sys.argv
and try executing
python program.py python program.py a b c python program.py hello world
Note what is argv now.
1.4m articles
1.4m replys
5 comments
57.0k users