Create dictionary from 2-D list
问题 I need to create a dictionary, with the last and first name of the author as the key, and the quantity on hand, price, and the book's name as the values. [['Shakespeare', 'William', 'Rome And Juliet', '5', '5.99'], ['Shakespeare', 'William', 'Macbeth', '3', '7.99'], ['Dickens', 'Charles', 'Hard Times', '7', '27.00'], ['']] I've compiled this 2-D list, so far and I'm stuck. Any help would be appreciated! 回答1: The following will create a dictionary that maps each author's name to a list of