The best way is to convert the list into the array type of numpy package in Python, and then add and subtract.
Import numpy as np.
a = np.array()
b = np.array([7,8,9, 10])
s = a + b