We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No.9's solution may be miscopied from No.10's solution. I suggest the solution should be revised from Before to After.
hint: reshape
nz = np.nonzero([1,2,0,0,4,0]) print(nz)
np.arange(0,9).reshape(3,3)
The text was updated successfully, but these errors were encountered:
fix Issue rougier#101
2ac0cf1
Thanks, there is pending PR (#98) that will fix the problem.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
No.9's solution may be miscopied from No.10's solution.
I suggest the solution should be revised from Before to After.
9. Create a 3x3 matrix with values ranging from 0 to 8 (★☆☆)
hint: reshape
Before
After
The text was updated successfully, but these errors were encountered: