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
You use in.
in
if element in thetuple: #whatever you want to do.