check whether a word of letters contains in other word of letters in python code example
Example: how to check if a string contains a word python
if word in mystring:
print('success')
if word in mystring:
print('success')