8 kyu Sum of positive Python © 25,811 of ☆ 816 210 92% of 10,592 99,876 JbPasquier Details Discourse (155) Solutions Forks (9) You get an array of numbers, return the sum of all of the positives ones. Example (1,-4,7,12] => 1 + 7 + 12 = 20 Note: if there is nothing to sum, the sum is default to o. FUNDAMENTALS ARRAYS NUMBERS