So generieren Sie eine zufällige Normalzahl in Python

from scipy.stats import norm
data = norm.rvs(loc=52, scale=4.5, size=100)
Powerful Pintail