Home / Python Tips Generated By ChatGPT / List Slicing in Python Access parts of a list. Source Code print(fruits[1:3]) # Get items from index 1 to 2