15/18 Iterating over a list in a function. Hi! Here is my code for this exercise: n = [3, 5, 7] def total(numbers): result = 0 for i in numbers: result += i ...
確定! 回上一頁