---
title: "Lists"
space: "Https:  fosserp.com python"
url: "https://fosserp.com/https://fosserp.com/python/lists"
updated: "2026-07-15"
---

Lists
Lists are like arrays in which you can store the data.
You can initialise a list with this syntax
 customer\_list = ['Apple', 'Google', 'Meta']
First value can be accessed as customer\_list[0]