Python

Python Collections

CollectionOrdered/indexedMutable(changeable)Allow duplicatesUses
ListYesYesYes[ ]
TupleYesNoYes( )
SetNoYesNo{ }
DictionaryNo (until python 3.5)YesNokey-value pair