检查某个元组项目是否存在检查某个元组项目是否存在thistuple = ("apple", "banana", "cherry")if "apple" in thistuple: print("Yes, 'apple' is in the fruits tuple")