1. Given a calendar for the year 2019, modify the code for a particular month (to be named on homework) and a particular date (to be named on the Homework) with something unique. Make sure the modified calendar displays the week, the days of the week, the year and "Programming Class" appears in the title of the Calendar.
Example for month: see image.
Insert something on the 7th Wednesday (star used here for show) see image.
2. A particular series (such as the Fibonacci series which is defined as follows; 1, 1, 2, 3, 5, 8,..) Generate the series for a given finite number of terms. Print out the series in the Pascal form. Pascal's form is see image.