Working with lists and tuples in Python September 18, 2018 Dhiraj 0 A list lets you store a list of items in sequence, in which they are added to the list, which is a sequence type of data structure.