>>> Enter the base: 10 >>> Enter the exponent: 4 Traceback (most recent call last): File "/home/mithat/exponent_calculator.py", line 7, in result = base ** exponent TypeError: unsupported operand type(s) for ** or pow(): 'str' and 'str'