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)

Questions about programming?Chat with your personal AI assistant