Skip to content

Commit

Permalink
NumPy array
Browse files Browse the repository at this point in the history
  • Loading branch information
oneananda committed Oct 26, 2024
1 parent 79ba9a9 commit aa6628d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 0008-Array-NumPy/array_numpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

import numpy as np

NUM_ARRAY = np.array([2, 4, 6, 8, 10])
print("NumPy array:", numpy_array)
NUMPY_ARRAY = np.array([2, 4, 6, 8, 10])
print("NumPy array:", NUMPY_ARRAY)

0 comments on commit aa6628d

Please sign in to comment.