in the function below, return the sum of the two function parameters. assume all the arguments are numbers (i.e., floats or integers).
range.py
1. def add_two_numbers(count, tally):