In Python, slicing is used to return a range of values. Like lists, tuples can also be sliced. tuple1 = (1, 2, 3, 5, 8, ...
確定! 回上一頁