fix bug in solution 20 .ipynb file

This commit is contained in:
Qian Qu 2019-05-18 10:26:23 -04:00 committed by GitHub
parent 5b1ed8d971
commit 4ef206fd19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -364,7 +364,7 @@
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"print(np.unravel_index(100,(6,7,8)))" "print(np.unravel_index(99,(6,7,8)))"
] ]
}, },
{ {