In the code below, we will take a tuple and use the Python sum function to calculate and print the sum of all the elements in our tuple. a = (3, 5 , 8, 13, 21)
確定! 回上一頁