arg1 = int(input("a")) arg2 = int(input("b")) def sum( arg1, arg2 ): total = arg1 + arg2 print ("Inside the function : ", tota