1. Home
  2. Python
  3. Python Examples
  4. Python – Sum of Array

Python – Sum of Array

Python Program to Calculate Sum of An Array

Q. Write a Python program to calculate sum of an array of integers.

Using Python sum() Function:

The sum() is the inbuilt Python function in python used for calculate sum of all the elements of an array of integers.