how to append an array into an array in python code example Example: append item to array python data = [] data.append("Item") print(data)