- 1

Can someone help me for make last task for Python in beginners search engine project

Please for my last task

24th May 2021, 9:58 AM
Hairy Danish
4 Antworten
+ 5
@Hairy Danish / Yash Wable , please help us to keep sololearn what it is made for: It is a self-learning platform. So this means, that we should avoid giving codes when people ask for this, before they have done a try by themselves and before they have present it here. It looks really helpful when you post a code as you did, but it does not help the OP. This will be a copy and paste - and the coding skills and problem solving ability will not grow. What we should do is to give hints or comments how to solve the task, just like being a tutor. Thanks for your understanding;
24th May 2021, 1:21 PM
Lothar
Lothar - avatar
0
text = input() word = input() def search (text ,word ): if word in text : return ("Word found") else: return ("Word not found") print(search(text, word)) #Just copy and peste it .and it's too much simple than you think 🤔.
24th May 2021, 10:39 AM
Yash Wable 🇮🇳
Yash Wable 🇮🇳 - avatar
0
Thank you so much
24th May 2021, 12:04 PM
Hairy Danish
0
Thanks for your advice 🙂🙂🙂🙂
25th May 2021, 3:41 AM
Yash Wable 🇮🇳
Yash Wable 🇮🇳 - avatar