Skip to content

Commit 35e7033

Browse files
authored
Create 8.py
1 parent 52bdf9e commit 35e7033

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

6/8.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)