name the two membership operators
Answers
Answered by
3
Answer:
Python has two membership operators – “in” and “not in”.
hope it helps then please mark me as brainlest
Answered by
4
Answer:
Membership operators are operators used to validate the membership of a value. It test for membership in a sequence, such as string, lists, or tuples in operator: the 'in' operator is used to check if a value exists in a sequence or 'not'.
Explanation:
HOPE IT HELP'S........
Similar questions