alwesome
Feb 11, 2014 - 11:26
Hello. I am kind of new to the python programming and I am just wondering how to run scripts that require sys argv from the interactive prompt, for example.
from sys import argv
script, filename = argv
Thank you