python, add row to array code example Example: append row to array python import numpy as np newrow = [1,2,3] A = np.vstack([A, newrow])