List creation
📖 Scenario: You are organizing a small party and want to keep track of the guests you invited.
🎯 Goal: Create a list of guest names and display it.
📋 What You'll Learn
Create a list with exactly these guest names: "Alice", "Bob", "Charlie"
Create a variable called
guests to hold the listPrint the
guests list💡 Why This Matters
🌍 Real World
Lists are useful to keep track of groups of items, like guest names, shopping lists, or tasks.
💼 Career
Knowing how to create and manage lists is a basic skill for data handling and programming in many jobs.
Progress0 / 4 steps