Q110
What will be the output of the following Python code? import sys sys.argv[0]
A.
Junk value
B.
' '
AnswerC.
No output
D.
Error
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board