Write a program to inform the user if he or she is able to build a hotel on Pennsylvania Avenue. This program will ask the user several questions and, based on these questions, tell the user whether a hotel can be purchased for Pennsylvania and how much it will cost.
Task: Create a Python program to compute whether a hotel in Monopoly can be placed on Pennsylvania Avenue.
Purpose: Demonstrate how to use decisions effectively in a nontrivial problem.
Time: It should take about three hours to complete this activity.