You are viewing a single comment's thread. Return to all comments →
def aVeryBigSum(ar): # Write your code here total=0 for i in ar: total+=i 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 →