Changes

Jump to: navigation, search

OPS435 Python Assignment 1 2018 Fall

351 bytes added, 13:16, 24 September 2018
Coding Standard
== Documentation ==
* Please use python's docstring to document the function functions you create created for this assignment.
* Please add docstring to the tomorrow() function to provide the following information when call with help(tomorrow) in the python interactive shell:
<pre>
Help on function tomorrow in module rchan:
 
tomorrow(today) -> str
tomorrow() takes a valid date string in 'YYYYMMDD' format and return a
date string for the next day in 'YYYYMMDD' format.
e.g. tomorrow('20171231') -> '20180101'
tomorrow('20180131') -> '20180201'
tomorrow('20180228') -> '20180301'
(END)
</pre>
= Due Date =
1,760
edits

Navigation menu