def solvemefirst(a,b): # hint: type return a+b below num1 = int(input()) num2 = int(input()) res = solvemefirst(num1,num2) print(res)

0

def solvemefirst(a,b): # hint: type return a+b below num1 = int(input()) num2 = int(input()) res = solvemefirst(num1,num2) print(res)

By Beginner Vera Beier at May 07 2020


Related code examples


Code examples by languages