Changes

Jump to: navigation, search

OPS435 Python Assignment 1 2018 Fall

6 bytes added, 14:58, 2 October 2018
Algorithm Design
== Algorithm Design ==
* Write a step-by-step instructions in English on how to figure out a date which is n days before or after a given date.
* While you are working on the step-by-step instructions, note that there are different number of days in each month and some years hav have 365 days and some years have 366 days.
* You should also do some research to find out when we started using the Calendar in the current form. (This will pose a limit on the validity of your algorithm.)
 
== Required Modules and Functions ==
<b><font color='blue'>Your python script is allowed to import only the <u>os and sys</u> modules from the standard library and all the built-in modules.</font></b>
1,760
edits

Navigation menu