Feat(2nd): DS6
This commit is contained in:
2
2nd/Evaluations/DS_2023-04-06/scripts/moyenne.py
Normal file
2
2nd/Evaluations/DS_2023-04-06/scripts/moyenne.py
Normal file
@@ -0,0 +1,2 @@
|
||||
nombre_camions = [15, 22, 25, 30, 45]
|
||||
print(sum(nombre_camions)/len(nombre_camions))
|
Reference in New Issue
Block a user