python mechanize code example Example: np.vstack python import numpy as np a = np.array([1, 2, 3]) b = np.array([2, 3, 4]) np.vstack((a,b))