CBSE Class 12 Computer Science Question 23 of 105

Python Revision Tour II — Question 2

Back to all questions
2
Question

Question 2

The operator ............... tells if an element is present in a sequence or not.

  1. exists
  2. in
  3. into
  4. inside
Answer

in

Reasonin is membership operator which returns True if a character or a substring exists in the given string else returns False.