MemberShip Operator in Python

in and not are the membership operator in python
It is used to check whether the value is present in a sequence i.e string, list, tuple, set and dictionary.



Comments

Popular posts from this blog

Hyperparameter tuning for machine learning models.

DROP DATABASE statement in SQL

What is difference between Yield and return Keyword in Python