Argparse#
Learning Outcomes#
Use the argparse module to run programs from the command line
What is the command line?#
The command line is a text-based interface that allows you to communicate directly with the computer.
Running code from the command line takes up less space than from a GUI.