CSCI-UA.0002

Python Assignment 2
Due: Wednesday, July 17th


PART ONE:

Your program will be able to tell an NYU student whether s/he will have the day off for any given day during the academic year 2013-2014. (This is per the official NYU Calendar: http://www.cs.nyu.edu/web/Academic/Undergrad/13_14calendar.html) These are the following NYU Holidays that you should account for during the Academic year 2012-2013:

Here is how it should work: First, you should prompt the user to enter an integer for the month and an integer for the day in question. (For example, entering "2" for the month and "20" for the day would represent February 20th.). (Note that we start the year on Sept.2 - that should be assumed to be 2013. Note that we END the year on Sept. 1 - that should be assumed to be 2014.)


Hints:

Notes about your program:


PART TWO: