distribusi seorn

x = np.random.normal(size=100)
sns.distplot(x);
Proud Penguin