We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d58bd5b commit 02853acCopy full SHA for 02853ac
1 file changed
Weather_Forecasting_App/weather_app.py
@@ -24,7 +24,7 @@ def display_weather(data):
24
25
26
if __name__ == "__main__":
27
- api_key = "7833e384b09249b94c0fb90339d7dbcc" # Replace with your OpenWeatherMap API key
+ api_key = "YOUR_API_KEY" # Replace with your OpenWeatherMap API key
28
city = input("Enter city name: ")
29
weather_data = get_weather(api_key, city)
30
display_weather(weather_data)
0 commit comments