1,760
edits
Changes
→modules you can use in your script for this assignment
# review your working python code to see whether you can improve the interface of each function and facilitate better core re-use (this process is called refactoring).
== modules Modules you can use in your script for this assignment ==
* the <b>argparse</b> module
** [https://docs.python.org/3/howto/argparse.html Argparse Tutorial] - should read this first.