>A Byte of Python

The sys module

The sys module contains system-specific functionality. We have already seen that the sys.argv list contains the command line arguments. Let us see an example.