已知函数定义def func(*p):return sum(p), 那么表达式func(1,2,3, 4)的值为()。

已知函数定义def func(*p):return sum(p), 那么表达式func(1,2,3, 4)的值为()。

10