Description: In this project, you will build a simple Python script that calculates the average temperature for a given city using user input. This project will showcase your skills as a Python beginner, highlighting your ability to work with user input, process data, and perform basic data analysis.
Project Steps:
1 - Ask the user for the name of a city.
2 - Using the OpenWeatherMap API, retrieve the current weather data for the specified city (you may need to sign up for a free API key).
3 - Extract the temperature information from the weather data.
4 - Calculate the average temperature for the current day.
5 - Display the average temperature to the user.