tutorial.eyehunts.com
Python string contains word
Use if...in the statement to check string contains the word in Python. Simple example code check if a word is in a string in Python...
Rohit