From eeccadc18810719c028533ab23c5c445f7af733f Mon Sep 17 00:00:00 2001 From: Kanishk Rana <32814336+Guardian99@users.noreply.github.com> Date: Mon, 8 Oct 2018 19:54:17 +0530 Subject: [PATCH] Update a1.py --- a1.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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