Generation

generate functionSat, 25 Mar 2023

make a chatbot

def chatBot(str): if str == "Hi": return "Hello" elif str == "How are you?": return "Fine" else: return "Bye" chatBot("How are you?")

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