File size: 90 Bytes
0b77e4b |
1 2 3 4 5 6 7 |
import numpy as np
def other(list):
return np.sum(list)
def add(x,y):
return x+y |
0b77e4b |
1 2 3 4 5 6 7 |
import numpy as np
def other(list):
return np.sum(list)
def add(x,y):
return x+y |