Changes

Jump to: navigation, search

OPS435 Python3 Assignment 1

80 bytes added, 16:54, 16 September 2019
Bonus task
There is 10% bonus if your script can also take two dates both in "YYYYMMDD" format and output the number of days between the given two dates.
e.g.
* For date Calculate the number of days between "20180301" and "20190301"
python3 a1_rchan.py 20180301 20190301
365
* <code>Calculate the number of days between "20190301" and "20180301" python3 a1_rchan.py 20190301 20180301 365</code>
= Deliverable =
1,760
edits

Navigation menu