#Loading library import numpy as np #Creating array arr = np.array([1, 2, 3, 4, 5]) #Converting array into list and printing it print(arr.tolist())