In [3]:
import numpy as np
import scipy
from scipy import stats as st
In [4]:
np.__version__, scipy.__version__
Out[4]:
In [18]:
np.random.randint(10,100)
Out[18]:
In [ ]: