EmmaScharfmannBerkeley's picture
Upload 37 files
0b77e4b
import numpy as np
def other(list):
return np.sum(list)
def add(x,y):
return x+y