Examveda
Examveda

In Python, how can you check if an element exists in a list or tuple?

A. in keyword

B. exists()

C. contains()

D. check()

Answer: Option A


This Question Belongs to Python Program >> Tuples In Python

Join The Discussion

Related Questions on Tuples in Python