Skip to content

Instantly share code, notes, and snippets.

@werterzz
Last active March 6, 2022 12:09
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 werterzz/9880f5bc115aaa2c2b55fb6a56d525d8 to your computer and use it in GitHub Desktop.
Save werterzz/9880f5bc115aaa2c2b55fb6a56d525d8 to your computer and use it in GitHub Desktop.
import numpy as np
arr = np.array([1, 2, 3])
print(arr)
# Output
# [1 2 3]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment