1,760
edits
Changes
→Rubric
return next_date
</pre>
= Bonus task =
There is 10% bonus if you script can also take two dates both in "YYYYMMDD" format and output the number of days between the given two dates.
e.g.
* <code>python3 a1_rchan.py 20180301 20190301
365</code>
= Rubric =