1,760
edits
Changes
→Resource for useful modules
# 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).
== Resource modules you can use in your script for useful modules this assignment ==
* the <b>argparse</b> module
** [https://docs.python.org/3/howto/argparse.html Argparse Tutorial] - should read this first.
** [https://www.tutorialspoint.com/python3/python_date_time.htm Time module Tutorial]
** [https://docs.python.org/3/library/time.html Time module API reference page]
== Instructions ==