Skip to content

Commit 0b14d39

Browse files
authored
Update itemgetter_min_dictionary_value.py
1 parent 9f8a74e commit 0b14d39

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

working-with-the-python-operator-module/itemgetter_min_dictionary_value.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import operator
2+
13
musicians = [
24
{"id": 1, "fname": "Brian", "lname": "Wilson", "group": "Beach Boys"},
35
{"id": 2, "fname": "Carl", "lname": "Wilson", "group": "Beach Boys"},

0 commit comments

Comments
 (0)