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