python – unsupported operand type(s) for ** or pow(): str and int with Python3
python – unsupported operand type(s) for ** or pow(): str and int with Python3
input
returns a string; **
requires 2 numbers.
input
returns a string; **
requires 2 numbers.