import numpy as np def other(list): return np.sum(list) def add(x,y): return x+y