In [1]:
import numpy as np
In [4]:
np.interp(1, [1, 3, 4], [1, 2, 3])
Out[4]:
In [6]:
np.arange(5, 10)
Out[6]:
In [ ]: