Vidyalelo
Python · Q6

Python Lists MCQs: Exam Practice for List Concepts

Programming · Python · question 6

Q6

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

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