about | help | code help+videos | done | prefs |
Given an list of decimal numbers, return the average of all of its elements as a decimal. list_mean([1, 2, 3, 4, 5]) → 3.0 list_mean([1.5, 3.0, 4.5]) → 3.0 list_mean([1.1, 1.2, 4.6]) → 2.3 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy