Allen Chen

Generation

generate functionThu, 30 Mar 2023

!!!

def add(a, b): sum = a + b print("The sum of {a} and {b} is {sum}".format(a = a, b = b, sum = sum)) add(1, 2)

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