def search(word,text): if word in text: print("Word not found") else: print("Word found") text = input() word = input() print(search(text, word)) https://code.sololearn.com/cNxkcDJsH3y9/?ref=app
10/26/2021 9:48:04 PM
Victoria Abi Rached1 Answer
New AnswerSololearn Inc.
535 Mission Street, Suite 1591Send us a message