pythonCopyl = [] # empty list l = [2, 4, 6, 8] # elements of same data type l = [2, 'Python', 1+2j] # elements of different data type