Python berjarak bilangan bulat merata

import numpy as np

arr = np.linspace(start, stop, num, dtype='int') # -> to produce integers
Shy Seal