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')

Questions about programming?Chat with your personal AI assistant