Get average of a list

PHOTO EMBED

Mon Feb 13 2023 09:11:43 GMT+0000 (Coordinated Universal Time)

Saved by @smakeri #python

Get average of a list

Copy
Julien Delange

Python public recipes


sum(mylist) / len(mylist)
Function to get average of a list
content_copyCOPY

https://github.com/adobeio