Created
June 17, 2021 05:36
-
-
Save tommydangerous/087be30a8952caa74e77f5a291ef71b2 to your computer and use it in GitHub Desktop.
create_matrix.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numpy | |
input_arr = numpy.array([ | |
[10, 20, 30], | |
[40, 50, 60], | |
]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment