访问元组项目

  1. thistuple = ("apple", "banana", "cherry")
  2. print(thistuple[1])