[Solved] TypeError(“unsupported operand type(s) for ** or pow(): ‘str’ and ‘int'”,)


Try doing

B = float(input( "Enter Height in meters : "))

2

solved TypeError(“unsupported operand type(s) for ** or pow(): ‘str’ and ‘int'”,)