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.* Please add The following shows the docstring that was added to the tomorrow() function to provide which provides the following information when call with help(tomorrow) in the python interactive shell:
<pre>
Help on function tomorrow in module rchan: