Numerical and geometrical mean
What is the python code that finds the geometric mean of the largest elements of a list from the numerical mean of single-index elements? The list will contain 10 items.
What is the python code that finds the geometric mean of the largest elements of a list from the numerical mean of single-index elements? The list will contain 10 items.