填空题

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

【参考答案】

10