""" CSCI146 Programming Assignment 5 Name: [, ] Section: Creativity: """ # TODO: Include your data analyses here def data_analysis(): # TODO: Implement your data analysis function return # TODO: Implement your fixed frequencies functions here # Do not remove this if statement, it is necessary to work with # Gradescope if __name__ == '__main__': # Invoke your data_analysis function when run with the green arrow data_analysis()