Changes

Jump to: navigation, search

OPS435 Python Assignment 2 A

8 bytes removed, 02:44, 29 March 2018
Sample code for the tomorrow() function
=== Sample code for the tomorrow() function ===
<pre>
# echo Return the date in YYYYMMDD after the current given day
#
def tomorrow(today):
to_month = tmp_month + 0
tomorrow_date next_date = str(year)+str(to_month).zfill(2)+str(to_day).zfill(2)
return tomorrow_datenext_date
</pre>
1,760
edits

Navigation menu