python append items of list to list code example Example: python append to list a = [1, 2, 3, 4, 5] # Let's add 6 to the list called a a.append(6)