We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0dc1a4 commit 1e48ea6Copy full SHA for 1e48ea6
2 files changed
1requirments.txt
2.74 KB
numpy/1Basics.py
@@ -2,7 +2,7 @@
2
import numpy as np
3
# Create a 1D array
4
arr = np.array([1,2,3,4,5])
5
-np.
+
6
print("1D Array:", arr)
7
# Create a 2D array
8
arr2d = np.array([[1, 2, 3], [4, 5, 6]])
0 commit comments