Merge pull request #80 from quq99/master

fix bug in solution 20 .ipynb file
This commit is contained in:
Nicolas P. Rougier 2019-05-23 18:32:32 +02:00 committed by GitHub
commit cffc3eccbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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