From 03e4fab38e188f220b5d36d1fdbe7cd6b2bb6752 Mon Sep 17 00:00:00 2001 From: ltsheridan <31678807+ltsheridan@users.noreply.github.com> Date: Wed, 25 Oct 2017 10:28:32 -0400 Subject: [PATCH] Added a comment and a print statement --- twitter_data.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/twitter_data.py b/twitter_data.py index 9177978..8dadb39 100644 --- a/twitter_data.py +++ b/twitter_data.py @@ -1,3 +1,6 @@ +#This is Twitter data +print("Hello World") + res = { "search_metadata": { "count": 3, @@ -706,4 +709,3 @@ } ] } -