I tried to find the available methods but couldn\'t find it. There is no contains. Should I use index? I just want to know if the item exists, don\
contains
index
if "word" in str(tuple): # You can convert the tuple to str too
i has the same problem and only worked to me after the convert str()