Help, I am struggle to make the code below for search engine | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Help, I am struggle to make the code below for search engine

There's some bugs but I am not found them text = input() word = input () def search(text, word): if word in text: print("word found") else: print("word not found") (search(text, word))

6th Sep 2021, 6:16 AM
Alonso M. Kalonji
Alonso M. Kalonji - avatar
1 Réponse
+ 3
W should be uppercase in "Word..."
6th Sep 2021, 6:55 AM
Simba
Simba - avatar