diff --git a/a1.py b/a1.py index 71e1037..facdebe 100644 --- a/a1.py +++ b/a1.py @@ -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): @@ -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 \ No newline at end of file + return z