Changes

Jump to: navigation, search

OPS435 Python Assignment 1 2018 Fall

2 bytes added, 12:21, 18 December 2018
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:
1,760
edits

Navigation menu