We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6989fc6 commit 4b123bbCopy full SHA for 4b123bb
sorted.py
@@ -0,0 +1 @@
1
+print(sorted(['bob', 'about', 'Zoo', 'Credit'], key=str.lower, reverse=False))
0 commit comments