Skip to content

Instantly share code, notes, and snippets.

@Bennykillua
Last active July 2, 2022 09:04
Show Gist options
  • Save Bennykillua/f394af75a5d881b18fd4c8a5a48bff15 to your computer and use it in GitHub Desktop.
Save Bennykillua/f394af75a5d881b18fd4c8a5a48bff15 to your computer and use it in GitHub Desktop.
Numpy Open Source
import numpy as np
#creating an array wiith np.array
new_matrix = np.array([[1,2,3], [4,5,6], [7,8,9]])
print(new_matrix)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment