Open main menu

CDOT Wiki β

Changes

OPS435 Python3 Assignment 1

23 bytes added, 23:31, 24 September 2019
Script structure and sample template
<pre>
#!/usr/sbin/env python3
''' docstring
'''
import ...
def dbda(date,days):
...
setup loop:
call after() or before() as appropriate
return target_day
.. call dbda()
...
.. output the expected dateresult
</pre>
1,760
edits