Table of Contents
Data structures are basically just that - they are structures which hold data together. They are used to store a collection of related data. There are three built-in data structures in Python - list, tuple and dictionary.