Aluko Kenny

Generation

generate functionSat, 13 May 2023

A ai chatbot

def ai_chap(name, age, weight): print("Hello {name}, you are {age} years old and {weight}kg.".format(name = name, age = age, weight = weight)) ai_chap(22, "Jack", 80)

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