In [3]:
import numpy as np
import scipy

from scipy import stats as st

In [4]:
np.__version__, scipy.__version__


Out[4]:
('1.16.2', '1.2.1')

In [18]:
np.random.randint(10,100)


Out[18]:
78

In [ ]: