Exercises -- Parse command line options and args

Write a script that uses the argparse module to parse the following from the command line:

Ditto, but use the getopt module.

What you will learn:

Additional information: