To get only the command line arguments. (not including the name of the Python file) import sys sys.argv[1:] The [1:] is a slice starting from the second ...
確定! 回上一頁