Computer Science, asked by rajpriya7819, 2 days ago

The in operator is used to check if a given value exist in the sequence or
not(True/False)

Answers

Answered by Anonymous
0

Answer:

True.

Explanation:

The "in" operator is used to check if a given value exist in the sequence or not.

The "not in" operator is used to check if a given value doesn't exist in the sequence or not.

Answered by ritishri6
0

Answer:

True

Explanation:

Hope it helps you....

Similar questions