Normal distribution with normal()
📖 Scenario: You work in a bakery that wants to understand the daily weight of its bread loaves. The weights usually follow a normal pattern, with most loaves close to the average weight but some lighter or heavier.
🎯 Goal: You will create a list of bread weights using the normal distribution. Then, you will set the average weight and spread, generate the weights, and finally print them.
📋 What You'll Learn
Use numpy's normal() function to generate data
Create a variable for mean and standard deviation
Generate 10 bread weights
Print the list of weights
💡 Why This Matters
🌍 Real World
Bakeries and food industries use normal distribution to understand product weight variations and maintain quality.
💼 Career
Data scientists use normal distribution to model real-world data and make predictions or quality checks.
Progress0 / 4 steps