sys.argv are called "command line parameters". If you want to pass them, you should run you script from a command line. On a Windows system the command would look like:
cmd> python C:\Users\testcode.py arg1 args2
where "cmd>" is the prompt you get after using "Start"->"Run".