import numpy as np A = np.array([-2.2, - 1, 0, 1.1, 2]) L = list(A) print('L =', L) print('L har datatype: ',type(L))