What is the value stored in sys.argv[0]?
(a) null
(b) you cannot access it
(c) the program’s name
(d) the first argument
This question was addressed to me by my college professor while I was bunking the class.
This question is from Argument Parsing 2 in portion Argument Passing, Global vs Local Variables, Shallow copy vs Deep copy and Recursion of Python