Vidyalelo
Python · Q110

Module in Python

Programming · Python · question 110

Q110

What will be the output of the following Python code? import sys sys.argv[0]

A.
Junk value
B.
' '
Answer
C.
No output
D.
Error

Answer: Option B

Solution

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