Aluko Kenny

Generation

generate functionSat, 13 May 2023

A ai chatbot

def chatbot(): user_text = input("How are you today?\n") if "good" in user_text: print("That's good to hear") else: print("oh no! that's not good") chatbot()

Questions about programming?Chat with your personal AI assistant