search engine project from beginner | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

search engine project from beginner

text = input() word = input() def_in_search(text, word): if word in text: print('word found') else: print('word not found') #im trying for so long and every time it says Syntex is wrong, can someone tell me where I'm wrong

19th Aug 2021, 2:34 PM
Zelda
Zelda - avatar
1 Respuesta
19th Aug 2021, 2:49 PM
Pariket Thakur
Pariket Thakur - avatar