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't need the index of it.
contains
index
You use in.
in
if element in thetuple: #whatever you want to do.
1.4m articles
1.4m replys
5 comments
57.0k users