> For the complete documentation index, see [llms.txt](https://clicktostart.gitbook.io/introduction-to-python/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://clicktostart.gitbook.io/introduction-to-python/more-data-structures.md).

# More Data Structures

We've already been using lists in our functions and programs. They're very flexible and easy to use. There are some use cases where lists aren't the best option to solve a problem. Luckily Python (and other programming languages) offers a variety of **data structures** - objects for storing data in a computer in an organised fashion.
