Check if a word is in a string in Python October 10, 2022 by Tarik What is wrong with: if word in mystring: print('success')