Write an algorithm for a program that shows the use of all 6 math functions. Write, test, and debug the program using Python.
SAMPLE OUTPUT (not including author/program information)
ADDITION: 2+2=4
SUBTRACTION: 4-2=2
MULTIPLICATION: 4*2=8
DIVISION: 4/2=2
EXPONENT: 2**3=8
REMAINDER: 5%2=1