Hint: Type return a+b below

def solveMeFirst(a,b):

    # Hint: Type return a+b below

    
num1 = input()
num2 = input()

res = solveMeFirst(num1,num2)

print(res)

Ответы (0 шт):