Computer Science, asked by proker47, 6 hours ago

Identify membership operator.
options:
a) for
b) while
c) not in
d) is

Answers

Answered by harshchhawal233
0

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