Variable assignment in Python
📖 Scenario: You are helping a small bakery keep track of the number of cakes they have made today.
🎯 Goal: You will create variables to store the number of cakes made in the morning and afternoon, then calculate the total cakes made in the day.
📋 What You'll Learn
Create variables with exact names and values as instructed
Use simple addition to combine values
Print the final total number of cakes
💡 Why This Matters
🌍 Real World
Tracking daily production numbers helps businesses understand their output and plan better.
💼 Career
Variable assignment is a fundamental skill used in all programming jobs to store and manipulate data.
Progress0 / 4 steps