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 52bdf9e commit 35e7033Copy full SHA for 35e7033
6/8.py
@@ -0,0 +1,4 @@
1
+array = [7, 5, 9, 0, 3, 1, 6, 2, 4, 8]
2
+
3
+array.sort()
4
+print(array)
0 commit comments