Build a Python list by dragging fruit strings into the list slots. The visual fruit pile updates to match your list, so you can see how order and length work.
Drag fruit values into the square brackets to create mylist.
The first item is at index 0, just like a real Python list.
Drag fruits back to the bank or into trash to remove them from the list.
Drag fruits into the slots to change the Python list.
Drag fruit strings into the slots inside the Python list.
Return to the Lists lesson or continue to loops.