From 7c760a7c8f29b13fbe2047a803de0beb0d9ebc40 Mon Sep 17 00:00:00 2001 From: zhoufanyi Date: Wed, 25 Oct 2017 10:24:25 -0400 Subject: [PATCH 1/2] creat a new branch --- 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..a90cd1e 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 *' - +def git_branch(): + print('I change line 11.') # Basic strategy: # ======================================================================================== From aa8680c0752bc5c49c44e86cd005533885fa4ff5 Mon Sep 17 00:00:00 2001 From: zhoufanyi Date: Wed, 25 Oct 2017 10:30:58 -0400 Subject: [PATCH 2/2] create a new branch --- 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 a90cd1e..3728146 100644 --- a/nested_data_answers.py +++ b/nested_data_answers.py @@ -8,7 +8,7 @@ # HINT: the code below assumes we are using the first type of import: 'from twitter_data import *' def git_branch(): - print('I change line 11.') + print('I add a git_branch function at line 11.') # Basic strategy: # ========================================================================================