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 735b91e commit 25769a7Copy full SHA for 25769a7
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