Concept Flow - Normal distribution
Start: Define mean (mu) and std dev (sigma)
Use scipy.stats.norm to create distribution
Calculate PDF or CDF for values
Output probabilities or plot
End
We start by setting the mean and standard deviation, then use scipy to get probabilities or plots for values in the normal distribution.