0
I want to solve the problem
Youâre working on a search engine. Watch your back Google! The given code takes a text and a word as input and passes them to a function called search(). The search() function should return "Word found" if the word is present in the text, or "Word not found", if itâs not. Sample Input "This is awesome" "awesome" Sample Output Word found
2 Answers
+ 3
Good! you can get help by searching the forum for previous discussions bearing similar topics.
And you can also search the Code section for code examples to study đ
0
Hlo