>> import numpy as np >> fives = np.repeat(5, 10) #This creates an array of the number 5 repeated 10 times.