wow le tp là

This commit is contained in:
Simoes Lukas
2025-09-04 15:36:55 +02:00
parent c16ef0985f
commit 2c3e150ec5
87 changed files with 1059 additions and 28 deletions

5
DEV1.1/TP19/sort.py Normal file
View 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)