bred

Generation

generate functionTue, 17 Jan 2023

find word in a string

def findWord(word, string): return word in string findWord("hello", "hello world")

Want to kickstart your project?Use the new AI Studio to create your code