Skip to content

Commit 4d91d45

Browse files
authored
Create 5.py
1 parent 4e26585 commit 4d91d45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

6/5.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+
result = sorted(array)
4+
print(result)

0 commit comments

Comments
 (0)