Vidyalelo
Python · Q93

Functions in Python

Programming · Python · question 93

Q93

What is the value stored in sys.argv[0]?

A.
null
B.
you cannot access it
C.
the program's name
Answer
D.
the first argument

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board