I have a simple array and I would like the array to repeat itself 3 times.
array = np.arange(1,11,1) print(array) [ 1 2 3 4 5 6 7 8 9 10]