Create a new function to sum numbers. Fill in the gaps to finish the program.
Invoking functions
New function to sum numbers
Report a typo
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)) ___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.