Feat(2nd): DS6

This commit is contained in:
2023-04-04 18:46:48 +02:00
parent cb9ffe18eb
commit 9ca8e7ee35
8 changed files with 477 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
nombre_camions = [15, 22, 25, 30, 45]
print(sum(nombre_camions)/len(nombre_camions))