在 Python程序中对于表达式 123+'xyz' ,解释器将抛出( )错误
TypeError: unsupported operand type(s) for +: 'int' and 'str'