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?
Thank you! We'll create more content like this.
Thank you for helping us improve!
If you'd like to share more information, please report an issue on GitHub
😔 What went wrong?