Python lists can store multiple items in a single variable. In Python, lists are one of the four data types used to store data collection along with tuples, sets, and dictionaries. These data types have different qualities and are used for different purposes. It allows the programmer to use different data types in a single list; for example, one can define float, integer, string, and double in the list.