Daftar Python Subtraksi Wise Eleme

import numpy as np
a = [2,2,2]
b = [1,1,1]
np.subtract(a,b)
Glamorous Grasshopper