if len(x) > len(y):
        for i in range(len(x) - len(y)):
            y = np.append(y, 0)