python function to print a sum from between 2 numbers code example Example: how to return the sum of two numbers python def add(a, b): return a + b