Question: implement a python script which displays the weather forecast for a specific location for the upcoming days. To that end, first, your program should prompt
implement a python script which displays the weather forecast for a specific location for the upcoming days. To that end, first, your program should prompt a user to enter a location. Later, by using this location and an API (Do not use Yahoo API ) you should fetch the weather forecast information and display it. Your program should keep asking a user to enter new locations until user types EXIT. At the end before exiting, it should dump all the data queried in the execution into a file.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
