def sum_the_numbers (num1 = 0, num2 = 0):
  total = num1 + num2
  return total