Changes

Jump to: navigation, search

OPS435 Python3 Assignment 1

No change in size, 19:34, 27 January 2020
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 computational task for this assignment is to design an algorithm and write a python script according to your algorithm with appropriate functions. The script should take a date in the "YYYY/-MM/-DD" format and the number of days before or after the given date as the command line arguments, calculate and output to the standard output data channel the targeted date which is the number of day before or after the given date in the same format.
== Coding Standard ==
1,760
edits

Navigation menu