Write a function reverse() that accepts a nonnegative integer argument n and returns the integer that has the reverse decimal representation. For example, the reverse of 12 is 21, and the reverse of both 21 and 210 is 12. Your function should also be placed in decimal.py