''' Author: Day 16 Classwork - Problem #4 Use the weather.get_report() block to check whether it is snowing, raining or clear in: Seattle Miami New York Blacksburg Use the same logic as the problem #3. As the new block also gives us a dictionary you may be able to reuse some of the code too. For your final submission, the code should be checking for the weather in New York only and printing the appropriate status message. ''' import weather current_weather = weather.get_report("____")