This website requires JavaScript.
Explore
Help
Sign In
lafrite
/
2022-2023
Watch
1
Star
0
Fork
You've already forked 2022-2023
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
88aeb2bdc8
2022-2023
/
2nd
/
Evaluations
/
DS_2023-04-06
/
scripts
/
moyenne.py
3 lines
85 B
Python
Raw
Blame
History
nombre_camions
=
[
15
,
22
,
25
,
30
,
45
]
print
(
sum
(
nombre_camions
)
/
len
(
nombre_camions
)
)
Reference in New Issue
View Git Blame
Copy Permalink