+ 1
Can anyone help a way for building a search engine
5 Respostas
+ 5
Soham Dengale ,
i can not believe that you are not able to solve this task. get in it step by step. start with things you are familiar with.
happy coding and good success!
here some hints for you how to approach thuscexercise:
▪︎you have to take 2 inputs: (1) a sentence / word, (2) a string that may occur in the sentence/ word
▪︎write a function that can take both input strings. inside function check if first string contains the second string
▪︎then return the corresponding message back to the caller
▪︎call the function with the 2 arguments (sentence / word)
▪︎print out the received message from the function
+ 4
Soham Dengale
You have completed 93% of the course still you don't have any idea?
Learn lesson again and get idea.
+ 2
Soham Dengale
Yes but where is your attempts?
+ 1
Thanks
0
I am having no idea what to do