How to sum the elements in a list in Python. The sum of a list is the result from adding all its elements together. For example, the sum of [1, 2, 3] is 6 .
確定! 回上一頁