1,760
edits
Changes
→Documentation
== Documentation ==
* Please use python's docstring to document your python script and each of the functions you created for this assignment. The docstring should describle 'what' the function does, not 'how' it does.
* The following shows the docstring that was added to the tomorrow() function which provides the following information when call called with help(tomorrow) in the python interactive shell:
<pre>
Help on function tomorrow in module rchan: