list membership Operator along with example.
Answers
Answered by
3
Answer:
Membership operators are operators used to validate the membership of a value. It test for membership in a sequence, such as strings, lists, or tuples. in operator : The 'in' operator is used to check if a value exists in a sequence or not.
Similar questions