单选题

有如下Python程序段,执行该程序后,结果是?( )

def fun(*p):
    return sum(p)
print(fun(1,3,5))


A

4

B

6

C

8

D

9

赣ICP备20007335号-2