We can access a range of items in a tuple by using the slicing operator colon : . # Accessing tuple elements using slicing my_tuple = ('p','r',' ...
確定! 回上一頁