Creating a Work Breakdown Structure (WBS)
📖 Scenario: You are managing a small software project to build a simple mobile app. To organize the work clearly, you want to create a Work Breakdown Structure (WBS) that lists all the main tasks and subtasks.
🎯 Goal: Build a clear Work Breakdown Structure (WBS) as a nested dictionary showing main tasks and their subtasks.
📋 What You'll Learn
Create a dictionary named
wbs with main tasks as keys and lists of subtasks as valuesAdd a variable
project_name to store the project titleUse a
for loop to print each main task and its subtasksAdd a final summary string
summary describing the total number of main tasks💡 Why This Matters
🌍 Real World
Project managers use WBS to organize and plan all the work needed for a project clearly and simply.
💼 Career
Understanding WBS helps in roles like project management, software development planning, and team coordination.
Progress0 / 4 steps