Generation

generate functionSat, 18 Mar 2023

pedir dos números y sumarlos

def add(a, b): return a + b a = int(input('give me a number: ')) b = int(input('give me another number: ')) add(a, b)

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