Examveda

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

A. ' '

B. [ ]

C. [' ']

D. Error

Answer: Option C


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python