Problem:
Question 1- Using Python to write a program that prompts the user to enter the year and first day of the year and displays on the console the calendar table for the year. For example, if the user entered year 2005, and 6 for Saturday, January 1, 2005, your program should display the calendar for each month in the year. Using Python not Java!
Show the code, demonstrate it works properly and describe what it is doing.