Aluko Kenny

Generation

generate functionSat, 13 May 2023

A ai chatbot

def chat(sentence): if 'hello' in sentence: return 'hello' elif 'how are you' in sentence: return 'I am good' else: return "I don't understand" chat('hello') chat('how are you') chat('I am good')

Questions about programming?Chat with your personal AI assistant