From 7056f8ff253a16f68634298a47ff6fd91aa1d8ec Mon Sep 17 00:00:00 2001 From: Liangyi Murong Date: Wed, 25 Oct 2017 10:25:25 -0400 Subject: [PATCH] I have printed something --- nested_data_answers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nested_data_answers.py b/nested_data_answers.py index c334d05..62e62aa 100644 --- a/nested_data_answers.py +++ b/nested_data_answers.py @@ -7,7 +7,7 @@ # 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 *' - +print("I am hungry") # Basic strategy: # ========================================================================================