0
Hey Guys!! š¹ I need the project of "Search Engine" š¬
š
3 Answers
+ 7
Abde Llah Messadi ,
please also post the tutorial name and the exercise name / number.
thanks
to give you an idea how to approach the exercise you can use these hints:
(1) we need to get the text input
(2) we also need to get the word input (or substring, character sequence,...)
(3) use now a conditional statement (if... else) combined with the membership operator "in" to check if text contains the word
(3a) output the required messages
happy coding!
+ 2
Okay, post your code.
+ 2
Abde Llah Messadi What's next?