mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
Update math_ops_solution.ipynb
Fix typo in the test case description for the "mean". Sum is 55, number of elements is 11, so the mean is 5. The actual test case is correct.
This commit is contained in:
parent
e0bde79ddd
commit
27e06b73b8
|
@ -58,7 +58,7 @@
|
|||
"* [5, 2, 7, 9, 9, 2, 9, 4, 3, 3, 2]\n",
|
||||
" * max: 9\n",
|
||||
" * min: 2\n",
|
||||
" * mean: 55\n",
|
||||
" * mean: 5\n",
|
||||
" * mode: 9 or 2"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user