Vidyalelo
Python · Q158

Functions in Python

Programming · Python · question 158

Q158

What is the length of sys.argv?

A.
number of arguments
B.
number of arguments + 1
Answer
C.
number of arguments - 1
D.
none of the mentioned

Answer: Option B

Solution

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