Simple Array Sum

  • + 0 comments
    # Python version
    
    def simpleArraySum(ar):
        return sum(ar)