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 7, 2023
1 parent cad8c94 commit e41b241
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions my-scripts/weather.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,23 @@
print ("You Observed,", weather)

temp=input ("What is the current temperature?")
print ("You Observed,", temp)
print ("The Temperature is", temp)


wind=input ("What is the currrent wind direction and speed?")
print ("The Wind is", wind)

location=input ("Your Location?")
print ("Your Location is,", location)
print ("The Inputted Location is,", location)


print ("Your Full Observation: The Location is", location, "and you observed..", weather, "and the temperature is", temp)
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 :)")

print ("If you are in the United States, check the weather report for your area at https://weather.gov/")


#I wrote the temperature input script just 4 minutes later.

O
#Last Update at 9:59 AM EDT 12/7/23

0 comments on commit e41b241

Please sign in to comment.