wow le tp là
This commit is contained in:
5
DEV1.1/TP19/sort.py
Normal file
5
DEV1.1/TP19/sort.py
Normal file
@@ -0,0 +1,5 @@
|
||||
t = [5,8,8,7,5,8,3,5,7,8,4,4,4,5,3,1,2,3,7]
|
||||
|
||||
t.sort()
|
||||
|
||||
print(t)
|
Reference in New Issue
Block a user