Skip to content

another argparse exercise

Toby Hodges requested to merge argparse-ex-4 into master

this one tests understanding of

  • nargs=?
  • choices
  • default
  • store_const
  • description

Merge request reports