SyntaxFix
Write A Post
Hire A Developer
Questions
sys.argv is a list containing the script path and command line arguments; i.e. sys.argv[0] is the path of the script you're running and all following members are arguments.