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.
2 parents fbe77c7 + 25769a7 commit 676266aCopy full SHA for 676266a
Example of Numpy program using python
@@ -5,3 +5,4 @@ arr = np.array([1, 2, 3, 4, 5])
5
print(arr)
6
7
print(type(arr))
8
+print("Sum of array elements: ", np.sum(arr))
0 commit comments