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

View File

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