## arrList = [2, 3, 1] ## Example 1 arrList = [1, 1, 2, 2, 2, 3] ## Example 2 nTotalPoints = sum(arrList) print (nTotalPoints)