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

3 lines
85 B
Python
Raw Normal View History

2023-04-04 16:46:48 +00:00
nombre_camions = [15, 22, 25, 30, 45]
print(sum(nombre_camions)/len(nombre_camions))