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

Commit

Permalink
Create weather.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseWx2011 authored Dec 7, 2023
1 parent 55b87f2 commit cad8c94
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions my-scripts/weather.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@


#This is a script I learned in a python course! I am excited! 12-7-23 9:19 AM, I wrote my first python code in the terminal.

weather=input ("What is the current weather observation?")
print ("You Observed,", weather)

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

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


print ("Your Full Observation: The Location is", location, "and you observed..", weather, "and the temperature is", temp)

print ("If you like this code, check out my other scripts on github! My Username is JesseLikesWeather :)")

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

O

0 comments on commit cad8c94

Please sign in to comment.