Answers for "python if exists in tuple"

1

how to check if an item is present in a tuple

>>> 2 in (2, 3, 4)
True
Posted by: Guest on July-05-2020

Code answers related to "python if exists in tuple"

Python Answers by Framework

Browse Popular Code Answers by Language