SciPy - Basics and Scientific Computing
What will be the output of this code?
from scipy import stats result = stats.norm.cdf(0) print(round(result, 3))
from scipy import stats result = stats.norm.cdf(0) print(round(result, 3))
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions