Open main menu

CDOT Wiki β

Changes

OPS435 Python Assignment 1 2018 Fall

56 bytes added, 11:23, 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 design an algorithm and write a python program script according to you algorithm with appropriate functions which . The script 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 requested date which is the number of day before or after the given date in the same format.
== Coding Standard ==
1,760
edits