- 1
Am stuck in this practice.... Any tips on what to do
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.
2 odpowiedzi
0
The first case goes through but the second does'nt
0
I finally solved it....