From 1994b2042b3624235671bfd50db625e706599a9a Mon Sep 17 00:00:00 2001 From: "Jesse H. (JesseLikesWeather)" <134172009+JesseLikesWeatherakaYoshiKart@users.noreply.github.com> Date: Thu, 14 Dec 2023 19:21:46 -0500 Subject: [PATCH] Update weather.py --- my-scripts/weather.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/my-scripts/weather.py b/my-scripts/weather.py index dbf8ffe..f32b2a0 100644 --- a/my-scripts/weather.py +++ b/my-scripts/weather.py @@ -16,7 +16,7 @@ print ("The Inputted Location is,", location) -print ("Your Full Observation: The Location is", location, "and you observed..", weather, "and the temperature is", temp, "and the wind is", wind) +print ("Your Full Observation: The Location is", location, "and you observed", weather, "and the temperature is", temp, "and the wind is", wind) print ("If you like this code, check out my other scripts on github! My Username is JesseLikesWeather :)") @@ -25,4 +25,4 @@ #I wrote the temperature input script just 4 minutes later. -#Last Update at 9:59 AM EDT 12/7/23 +#Last Update at 7:21 PM EDT 12/14/23