Python entièrement espacés
import numpy as np
arr = np.linspace(start, stop, num, dtype='int') # -> to produce integers
Shy Seal
import numpy as np
arr = np.linspace(start, stop, num, dtype='int') # -> to produce integers