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.