Computer Science, asked by archanamishra91285, 7 months ago

Define membership operators in python.
pls answer this it's too urgent. ​

Answers

Answered by WhiteDove
6

Explanation:

A Membership Operator in Python can be defined as being an operator that is used to validate the membership of a value. This operator is used to test memberships in variables such as strings, integers as well as tuples. Membership Operators as a whole contain a number of different operators

please mark me as brainlist

Answered by samiaiman343
2

Answer:

Membership Operators are theoperators, which are used to check whether a value/variable exists in the sequence like string, list, tuples, sets,dictionary or not. These operatorreturns either True or False, if a value/variable found in the list, its returns True otherwise it returns False.

Similar questions