argv[1:] is a list of all arguments passed to your script. Output: >>> python myscript.py argument with whitespace ['argument', 'with' ...
確定! 回上一頁