Please use the Jupyter notebook named "10CommandLinePrograms.ipynb" for this lesson. If you haven't downloaded them already, you may find them here.
sys library connects a Python program to the system it is running on.sys.argv contains the command-line arguments that a program was run with.