Create weather app

from openweathermap site using API, prompts user to input zip code or city, displays message if there is incorrect input, uses while loops to ask if they’d like to input another location or ends program if they wish to quite. Display a welcome message. Has to demonstrate use of functions and try catch blocks.