Changes

Jump to: navigation, search

OPS435 Python3 Assignment 1

3 bytes removed, 02:19, 17 September 2019
Sample code for the after() function
# Return the date in YYYY/MM/DD after the given day
#
def tomorrowafter(today):
if len(today) != 10:
return '0000/00/00'
1,760
edits

Navigation menu