We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f0533b commit 9f8a74eCopy full SHA for 9f8a74e
1 file changed
working-with-the-python-operator-module/itemgetter_in_min_max.py
@@ -1,3 +1,5 @@
1
+import operator
2
+
3
musicians_list = [
4
[1, "Brian", "Wilson", "Beach Boys"],
5
[2, "Carl", "Wilson", "Beach Boys"],
0 commit comments