Inserting at the End of an Array python code example Example: python add element to array my_list = [] my_list.append(12)