Question: Intro to Programming Exercise 4: Holiday.py Make a dictionary containing three holidays and the month they occur. One key-value pair might be 'Christmas': 'December'. Use
Intro to Programming
Exercise 4: Holiday.py
Make a dictionary containing three holidays and the month they occur. One key-value pair might be 'Christmas': 'December'.
Use a loop to print a sentence about each holiday, such as The Christmas Holiday is in the month of December.
Use a second loop to print the name of each holiday included in the dictionary.
Use a third loop to print the name of each month included in the dictionary.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
