5. Python: Introduction to List, Tuple, Dictionary, Set.

5 months ago
160

A list is an ordered, mutable collection of elements. A tuple is an ordered, immutable collection of elements. A set is an unordered collection of unique elements. A dictionary is an unordered collection of key-value pairs.

Loading comments...