Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit e38ddfe

Browse files
author
Juzer Shakir
committed
A demonstration on some of the functions in Numpy Module.
1 parent 803f61c commit e38ddfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

How_to_Python/Modules/Numpy/Numpy_operation_1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#5. Find the shape of an array (giving you no. of columns and rows)
1010
#6. You can reshape the array
1111
#7. You can slice the array
12-
#8. Finding min, max and sum of the elements in the array"""
12+
#8. Finding min, max and sum of the elements in the arrays"""
1313
"""----------------------------------------------------------------------------------------------------------------------------------------------------------"""
1414

1515
import numpy as np

0 commit comments

Comments
 (0)