Changes

Jump to: navigation, search

OPS435 Python3 Assignment 1

No change in size, 19:43, 27 January 2020
Bonus task
= Bonus task =
There is 10% bonus if your script can also take two dates both in "YYYY/-MM/-DD" format and output the number of days between the given two dates.
e.g.
* Calculate the number of days between "2018/-03/-01" and "2019/-03/-01" python3 a1_rchan.py 2018/-03/-01 2019/-03/-01
365
* Calculate the number of days between "2019/-03/-01" and "2018/-03/-01" python3 a1_rchan.py 2019/-03/-01 2018/-03/-01
365
1,760
edits

Navigation menu