Ques.Write a Python function to sum all the numbers in a list. Program : def summ(num):. sum= 0. for i in num: sum+= i. return sum.
確定! 回上一頁