V22.0002
Summer Session II

Python Assignment 2
Due: Wednesday, July 7th


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

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 "21" for the day would represent February 21st.). (Note that we start the year on Sept.6 - that should be assumed to be 2010. Note that we END the year on Sept. 5 - that should be assumed to be 2011).


Hints:

Notes about your program:


PART TWO: