#list is data structure #used to store different types of data at same place list = ['this is str', 12, 12.2, True]