We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e26585 commit 4d91d45Copy full SHA for 4d91d45
6/5.py
@@ -0,0 +1,4 @@
1
+array = [7, 5, 9, 0, 3, 1, 6, 2, 4, 8]
2
+
3
+result = sorted(array)
4
+print(result)
0 commit comments