0
Please help me with this code, it gives me no output
Python basics https://code.sololearn.com/cRsHCNXsQgho/?ref=app
4 Answers
+ 4
To call a function we defined earlier, we need to write
search (word)
+ 2
Thank you so much, it's done â
â
â
â
+ 1
I wrote
search (word)
In the end of the code, and it gave me output Word found, but All the challenges that should output Word not found are wrong, what should I do to fix it?
0
U must call the function after defining it..
In this case u must call the function search after writing the code that is at the end...