Vidyalelo
Python · Q9

MCQs on Python Tuples: Exam

Programming · Python · question 9

Q9

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

A.
in keyword
Answer
B.
exists()
C.
contains()
D.
check()

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board