Changes

Jump to: navigation, search

OPS435 Python Assignment 1 2018 Fall

61 bytes added, 10:27, 2 October 2018
Overview
When making back up of data files or log files, it is a very common practice to name the backup directories and/or files based on the date the backup was done. In order to restore or locate the directory/file, we often need to find out the backup date from today's date.
The computation task for this assignment is to write a python program with appropriate functions which will take a date in the "YYYYMMDD" format and the number of day before or after the given date as the command line arguments, calculate and output to the standard output data channel the actual requested date which is the number of day before or after the given date in the same format.
= Coding Standard =
1,760
edits

Navigation menu