From bddba2963f0c30e8f03a07c472e71d64938d6369 Mon Sep 17 00:00:00 2001 From: shantanut34 <72972176+shantanut34@users.noreply.github.com> Date: Fri, 16 Oct 2020 15:43:28 +0530 Subject: [PATCH] Update Extracting_Data_from_JSON --- Extracting_Data_from_JSON | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extracting_Data_from_JSON b/Extracting_Data_from_JSON index e78e857..f797a85 100644 --- a/Extracting_Data_from_JSON +++ b/Extracting_Data_from_JSON @@ -23,5 +23,5 @@ for items in x : y = items['count'] li.append(y) -print(sum(li)) +print(sum(li)) //this is imp