Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Update weather.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseWx2011 authored Dec 15, 2023
1 parent ce34eb5 commit 1994b20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions my-scripts/weather.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 :)")

Expand All @@ -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

0 comments on commit 1994b20

Please sign in to comment.