You are viewing a single comment's thread. Return to all comments →
def aVeryBigSum(ar): # Write your code here total = 0 [total := total + num for num in ar] return total
Seems like cookies are disabled on this browser, please enable them to open this website
A Very Big Sum
You are viewing a single comment's thread. Return to all comments →
def aVeryBigSum(ar): # Write your code here total = 0 [total := total + num for num in ar] return total