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 fa5d30d commit cfe8f9cCopy full SHA for cfe8f9c
Sort_array.py
@@ -0,0 +1,7 @@
1
+# List of Integers
2
+numbers = [10, 30, 40, 20]
3
+
4
+# Sorting list of Integers
5
+numbers.sort()
6
7
+print(numbers)
0 commit comments