From a2fc252994c7bd820b63dcd42272ea51dc79f6f8 Mon Sep 17 00:00:00 2001 From: conary Date: Wed, 25 Oct 2017 10:28:11 -0400 Subject: [PATCH] Changed some code --- 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..1478619 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("Here's a line of code that works :)") # Basic strategy: # ========================================================================================