JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
por ai
Faculdade 5º
More
Share
Explore
exemplo10
import statistics
l = [1,2,3]
print(len(l))
print(sum(l))
print(statistcs.mean(l)) media
print(statistcs.moda(l)) moda
print(statistcs.median(l)) mediana
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
Ctrl
P
) instead.