8000 2024/05/20 - Updating Demo python files · rphadtare/python_by_examples@b37d8d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit b37d8d3

Browse files
committed
2024/05/20 - Updating Demo python files
1 parent 43115de commit b37d8d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

advanced/PythonDemo_03_Numpy_module.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ def otherDemo():
232232
print(f"Max element: {arr.max()}")
233233
print(f"Min element: {arr.min()}")
234234
print(f"Sum: {arr.sum()}")
235+
print(np.lcm.reduce([3, 6, 9]))
235236

236237

237238
def main():

0 commit comments

Comments
 (0)
0