2022-2023/2nd/Evaluations/DS_2023-04-06/scripts/moyenne.py

3 lines
85 B
Python

nombre_camions = [15, 22, 25, 30, 45]
print(sum(nombre_camions)/len(nombre_camions))