CSCI-UA.0002

Python Assignment 2
Due: Wednesday, July 13th


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 2017-2018. (This is per the official NYU Calendar: http://www.nyu.edu/registrar/calendars/university-academic-calendar.html#1158) These are the following NYU Holidays that you should account for during the Academic year 2017-2018:

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.1 - that should be assumed to be 2017. Note that we END the year on August 31 - that should be assumed to be 2018.)


Hints:

Notes about your program:


PART TWO: