- 1
Can someone help me for make last task for Python in beginners search engine project
Please for my last task
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;
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 🤔.
0
Thank you so much
0
Thanks for your advice 🙂🙂🙂🙂