Sum Array

Calculate the sum of all numbers in an array.

Code

General
sum(arr)

Parameters

Array of numbers

Server

More Python Snippets