Python Program To Check Substring is Present in a Given String | Substring | Python Strings

Python Program To Check Substring is Present in a Given String | Substring | Python Strings | Ignoring case #python #pythonprogramming #pythontutorial #string #substring Detailed video for : Membership Operator :    • Operators in Python | Membership Operators...   String methods :    • String Concatenation | String Methods | Up...   In this tutorial we are going to learn how to check if Substring is present in a given string in python. We will accept the string and Substring from user and will check if Substring is present in a given string or not. We will use the membership Operator. We will also make use of built in python string method Lower to ignore the case. you should have the knowledge of the following Python programming topics: Python Operators python if else python membership Operator Python Tutorial -    • Python Tutorial For Beginners   HTML TUTORIAL -    • HTML Tutorial For Beginners   CSS TUTORIAL -    • CSS Tutorial For Beginners   Your Queries - Python Program To Check Substring is Present in a Given String. what are membership Operator in python @codecrush