Skip to content

Instantly share code, notes, and snippets.

@jeakwon
Created February 14, 2019 02:46
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 jeakwon/3e077d1319d48fbe09d58f2fef869ef9 to your computer and use it in GitHub Desktop.
Save jeakwon/3e077d1319d48fbe09d58f2fef869ef9 to your computer and use it in GitHub Desktop.
array print example
import numpy as np
arr = np.array([
[1,2],
[3,4],
])
print(arr)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment