This comment is hidden because it contains spoiler information about the solution
There is no such fixed test, and the random tests seem to be fine. Also, note your function should return a number, not a string.
There seems to be an error in the test case for '9118':
Log num: 9118 '811164' should equal 811181
The "Solution:" window of the Python version of this kata is missing the "def find_average(list):" line at the top. Instead it shows this comment: # create an array called websites that has "codewars" as its only value
Loading collection data...
This comment is hidden because it contains spoiler information about the solution
There is no such fixed test, and the random tests seem to be fine. Also, note your function should return a number, not a string.
There seems to be an error in the test case for '9118':
Log
num: 9118
'811164' should equal 811181
The "Solution:" window of the Python version of this kata is missing the "def find_average(list):" line at the top.
Instead it shows this comment: # create an array called websites that has "codewars" as its only value
This comment is hidden because it contains spoiler information about the solution