Prompt the user for a day of the week (e.g., Sunday, Monday, etc.) Display the dates for that day of the week for the next year (see examples below). Do not use any built-in date functions. Don't use anything that we haven't covered in this class. If you do, you will get a zero for the assignment. You can solve this just with lists and loops, etc. If your program is more than 50 lines, you're doing it wrong! (See hint at the bottom.) What to submit: - Your Python program (a .py file) (Only submit one program, not 7!) - Four screen shots of your program working with three different sets of inputs, showing various results. Three of these data sets must match those shown below; the other data set should be one you construct (i.e., you choose a different day of the week).