We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824a11b commit a16ef2bCopy full SHA for a16ef2b
0008-Array-NumPy/array_numpy.py
@@ -0,0 +1,10 @@
1
+"""
2
+This program demonstrates the use of the NumPy arrays in Python.
3
4
+
5
+# array_numpy.py
6
7
+import numpy as np
8
9
+NUM_ARRAY = np.array([2, 4, 6, 8, 10])
10
+print("NumPy array:", numpy_array)
0 commit comments