A Very Big Sum

  • + 0 comments

    def aVeryBigSum(ar): # Write your code here total = 0 [total := total + num for num in ar] return total