🐍 Python Lists: Learn & Play!

Lists help us store multiple items in one place! Let's explore them! 🚀

📜 What is a Python List?

A list is like a magic bag where we can keep different things together! 🎩 Example:

fruits = ["🍎 Apple", "🍌 Banana", "🍓 Strawberry"]

🛠 Try it Yourself!

Modify the list below and click Run Code!

🔍 Output:


    
    

🎯 Fun Activity: Fix the Scrambled List!

Put the numbers in order and click "Check Answer!"

3️⃣ Three
1️⃣ One
4️⃣ Four
2️⃣ Two