Skip to content

Commit 9f8a74e

Browse files
authored
Update itemgetter_in_min_max.py
1 parent 9f0533b commit 9f8a74e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

working-with-the-python-operator-module/itemgetter_in_min_max.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_list = [
24
[1, "Brian", "Wilson", "Beach Boys"],
35
[2, "Carl", "Wilson", "Beach Boys"],

0 commit comments

Comments
 (0)