Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python arguments

import sys

print ("the script has the name %s" % (sys.argv[0])
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #python #arguments
ADD COMMENT
Topic
Name
6+3 =