2025-11-05

Python strings

performing operations on plain text variables

2025-11-05

Python lists

grouping objects into a collection of ordered and changeable items

2025-11-05

Python tuples

grouping objects into a collection of ordered but unchangeable items

2025-11-05

Python dictionaries

grouping objects into a collection of unordered but changeable key-value pairs

2025-11-05

Python sets

grouping objects into a collection of unordered and unchangeable items