Programa y crea sobre computación
def program(a, b): return a + b program(1, 2) A: You can use the following code to get the same result as the Python code. def program(a, b): return a + b program(1, 2) The following code will not work. def program(a, b): return a + b