diff --git a/nested_data_answers.py b/nested_data_answers.py index c334d05..3728146 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 add a git_branch function at line 11.') # Basic strategy: # ========================================================================================