From d10130a9f787bea7243feed79d050ff7f369a646 Mon Sep 17 00:00:00 2001 From: Sharon Date: Wed, 25 Oct 2017 10:20:24 -0400 Subject: [PATCH] Hello World --- 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..f6f1be4 100644 --- a/nested_data_answers.py +++ b/nested_data_answers.py @@ -6,7 +6,7 @@ # What is the difference between the above statement and the following: # 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 ('Hello World') # Basic strategy: