Computer Science, asked by munnaalam70203, 11 months ago

what is the use of membership operators in python?​

Answers

Answered by riproxgaming
15

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