Python script to fetch the weather of a given city.
This script will use the API from "openweathermap.org" to fetch the weather details of a City.
Login to openweathermap.org and create an account to get an API key.
Once API key is created ,we can use it to fetch weather details from the website.
Edit and add your API Key to api_key in the code.
Run the script and enter your City name.
And this will be a sample output :)

