integers 1 0 1 8 -8 0.125 -0.125 1 2 -1 long integers 1 0 1 8 -8 0.125 -0.125 1 2 -1 floating point 1.0 0.0 1.0 29.6741325364 integers and long integers 8 -8 0.125 -0.125 3 3 integers and floating point 15.625 11.313708499 0.064 0.0883883476483 floating point and long integers 15.625 11.313708499 0.064 0.0883883476483 ERROR CHECKING: TypeError: unsupported operand type(s) for pow(): 'list' and 'str' on line 53 TypeError: unsupported operand type(s) for pow(): 'list', 'str', 'int' on line 59 ValueError: negative number cannot be raised to a fractional power on line 65 TypeError: pow() 3rd argument not allowed unless all arguments are integers on line 71 TypeError: pow() 2nd argument cannot be negative when 3rd argument specified on line 77