Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions a1.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Name: Rahul Madaan
#Roll No.2017179

#Make use of basic functions and programming techniques without JSON package and rfind package
#function to get weather response

def weather_response(location, API_key):
Expand Down Expand Up @@ -94,4 +94,4 @@ def get_sealevel(json, n=0, t='3:00:00'):
y=q1.find(',',x)
z=q1[x+11:y]
z=float(z)
return z
return z