bred

Generation

generate functionTue, 17 Jan 2023

find the word "bye" in any string possible

def find_bye(my_string): return 'bye' in my_string find_bye('goodbye')

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