CSCI-UA.0002
Summer Session II

Python Assignment 2
Due: Thursday, July 12th


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 2011-2012. (This is per the official NYU Calendar: http://www.cs.nyu.edu/webapps/2011-12/Undergraduate/calendar) These are the following NYU Holidays that you should account for during the Academic year 2011-2012:

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.5 - that should be assumed to be 2011. Note that we END the year on Sept. 3 - that should be assumed to be 2012. Note that Sept. 4th this coming academic year isn't a possible choice!)


Hints:

Notes about your program:


PART TWO: