Skip to content
New issue

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

Solution for 9th question(Answers of 9th and 10th questions is accidently the same in solution list) #109

Open
AmalChandru opened this issue Apr 11, 2020 · 1 comment

Comments

@AmalChandru
Copy link

AmalChandru commented Apr 11, 2020

  1. Create a 3x3 matrix with values ranging from 0 to 8 (★☆☆)
    ANS: a = np.arange(0,9).reshape(3,3)
    print(a)

Thanks have a good-day!

@rougier
Copy link
Owner

rougier commented Apr 13, 2020

Oh yes, thanks. Can you make a PR?

@Haksell Haksell mentioned this issue May 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants