+ 1
What us the use of sum in python
3 Réponses
+ 7
sum() in python can be used to evaluate the values in iteratable with '+' operator
Syntax:
sum(ITERATABLE)
https://code.sololearn.com/cV9r7GJ3y4iw/?ref=app
+ 5
What is the use of sum in maths?
+ 1
The sum function take a list and sum all values of this