New function to sum numbers

Report a typo

Create a new function to sum numbers. Fill in the gaps to finish the program.

Fill in the gaps with the relevant elements
num1 = (input("Num1:"))
num2 = int(("Num2:"))
def sum_numbers(a, b):
    return ((a, b))
("Result:", (num1,num2))
printinputsumintstrsum_numbers
___

Create a free account to access the full topic