Implement the funciton in `src/sumRange.py` with the following specification: > return the sum of all numbers from 1 to x. x will be a positive integer.