Computer Science, asked by nagar600, 2 months ago

"in" is a operator in python?
A.True
B.False
C.Neither true nor false
D.None of the above

Answers

Answered by hiteshgyanchandani6
2

Answer:

The correct option is True.

Explanation:

in and not in are the membership operators in Python.

Similar questions