Posts by Berserker • 19 points
1 post
-
0
votes4
answers197
viewsQ: Python, how to calculate the average of a list of 5 in 5 elements?
I have a problem where I need to calculate the average of 5 out of 5 elements in a list, for example, average the first 5 elements, then average the next 5 elements and so on. I tried using list…