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