['sys']
>>> dir(sys)
['argv', 'exit', 'modules', 'path', 'stderr', 'stdin', 'stdout']
->>>
\end{verbatim}
\end{funcdesc}
[]
>>> range(1, 0)
[]
->>>
\end{verbatim}
\end{funcdesc}
--> Monty Python's Flying Circus
>>> s
"Monty Python's Flying Circus"
->>>
\end{verbatim}
If the \module{readline} module was loaded, then
argument sequence. When the argument sequences are all of the same
length, \function{zip()} is similar to \function{map()} with an
initial argument of \code{None}.
+\versionadded{2.0}
\end{funcdesc}