Apollo — There’s no if’s!!
Dec 17, 2020
return sum(map(lambda x: x ** d, ds))
what is d and ds ?
what does the function return ?
how many brackets does this return statement have ?
what does the function do ?
return sum(map(lambda x: x ** d, ds))
what is d and ds ?
what does the function return ?
how many brackets does this return statement have ?
what does the function do ?