Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python arguments

import sys

print ("the script has the name %s" % (sys.argv[0])
 
PREVIOUS NEXT
Tagged: #python #arguments
ADD COMMENT
Topic
Name
9+2 =