Pass the list myList as argument to sum() function. The function shall return the sum of elements in this list. Python Program myList = [2, 0, 8, 6] ...
確定! 回上一頁