From 2efab9b5e0962f7ef3d680145535ee8ca63e5cf6 Mon Sep 17 00:00:00 2001 From: nkalambur Date: Wed, 25 Oct 2017 10:28:30 -0400 Subject: [PATCH] made comments to nested_data_answers --- nested_data_answers.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nested_data_answers.py b/nested_data_answers.py index c334d05..65e0609 100644 --- a/nested_data_answers.py +++ b/nested_data_answers.py @@ -7,7 +7,8 @@ # import wtitter_data # You will need to comment the import above and uncomment this one to experiment # HINT: the code below assumes we are using the first type of import: 'from twitter_data import *' - +# NIKHIL KALAMBUR'S CHANGES RIGHT HERE. +# ADDING THESE TWO LINES OF COMMENTS # Basic strategy: # ========================================================================================