Skip to content

Instantly share code, notes, and snippets.

@tommydangerous
Created June 17, 2021 05:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tommydangerous/087be30a8952caa74e77f5a291ef71b2 to your computer and use it in GitHub Desktop.
Save tommydangerous/087be30a8952caa74e77f5a291ef71b2 to your computer and use it in GitHub Desktop.
create_matrix.py
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