Skip to main content

module

arg

Implements functions and variables for interacting with execution and system environment.

You can import these APIs from the sys package. For example:

from sys import argv

Functions

  • argv: The list of command line arguments.

Was this page helpful?