#Loading library 
import numpy as np

# Creating array
arr = np.array([1, 2, 3, 4, 5])

#printing array
print(arr)