Correct Answer: B
Explanation: The output of the function sys.argv is [' ']. When we execute the function len([' ']), the output is 1. Hence the output of the function len(sys.argv) is also 1.
SUBSCRIBE
Please subscribe to get the latest articles in your mailbox.
SUBSCRIBE
Please subscribe to get the latest articles in your mailbox.