Skip to content

Instantly share code, notes, and snippets.

@hackintoshrao
Created November 13, 2020 08:53
Show Gist options
  • Save hackintoshrao/b28312b563efa2cc99a59cbc71fa596b to your computer and use it in GitHub Desktop.
Save hackintoshrao/b28312b563efa2cc99a59cbc71fa596b to your computer and use it in GitHub Desktop.
numpy tset
import numpy as np
arr = np.array([1, 2, 3, 4, 5])
print(arr)
print(type(arr))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment