Computer Science - Text-Based Programming - Python - Lists and list operations - Shopping List Chaos
A grocery shopping scenario. Start with items scattered randomly: ['milk', 'eggs', 'bread', 'butter', 'cheese', 'apples', 'juice', 'rice']. Student must organize them into the order they'd find them in a store (produce first, dairy, then dry goods). As they drag items, show the Python equivalent ope