1,760
edits
Changes
→Documentation
* Please use python's docstring to document your python script (script level documentation) and each of the functions (function level documentation) you created for this assignment. The docstring should describe 'what' the function does, not 'how' it does.
* The following shows the docstring that was added to the after() function which provides the following information when called with help(after) in the python interactive shell:
== Authorship Declaration ==