已知函数定义def func(**p):return ''.join(sorted(p)),那么表达式func(x=1,y=2,

已知函数定义def func(**p):return ''.join(sorted(p)),那么表达式func(x=1,y=2,z=3) 的值为()。

'xyz'