python add to list

list_to_add.append(item_to_add)
# or
list_to_add.push(item_to_add)