Created a nested dictionary from three separate lists
问题 I wrote some code that generates three separate lists that revolve around projects. The first list is a list of IDs, the second list is a list start dates and third list is a list of end dates. I would like to combine these lists into a single nested dictionary. item[0] from start_date and item[0] from end_date are associated with item[0] from project_id[0] project_id = ['project 1','project 2', 'project 3', 'project 4'] start_date = [datetime(2015,1,12), datetime(2015,1,13), datetime(2015,1