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