Mean, Var, and Std

  • + 1 comment

    The issue some people are having appears to be with the formatting of the expected answers being different than the default format of the numpty results. (I'm basing this on the Python 3 version, so Python 2 might be different.)

    It's further compounded by the fact that the format of the output isn't even consistent. For example, the expected output of the std function is 11 decimal points for 2 of the tests, and 12 decimals points for another.

    In other words, to actually pass this one, you need to hack the string formatting of the answers, which is hardly ideal when learning python.