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:
Geoff Mendal 2019-10-21 13:53:01 -07:00 committed by GitHub
parent e0bde79ddd
commit 27e06b73b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
]
},