normal distribution code python - Google Search

PHOTO EMBED

Fri Oct 21 2022 07:40:08 GMT+0000 (Coordinated Universal Time)

Saved by @ebeanes28 #python

# Generate 10 random heights
mean = 161
standard_deviation = 7

from scipy.stats import norm
norm.rvs(mean, standard_deviation, size = 10)
content_copyCOPY

https://www.google.com/search?q